

/**********************************
    General
***********************************/

html {
    font-size: 100%;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    line-height: 1.9;
    font-weight: 300;
}

.is-wrapper p,
.is-wrapper td,
.is-wrapper li,
.is-wrapper label {
    font-size: 1.15rem;
    line-height: 1.9;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.4;
}

h1 {
    font-size: 2.9rem;
    margin: 0.12rem 0 0.3rem;
}

h2 {
    font-size: 2.3rem;
    margin: 0.27rem 0 0.3rem;
}

h3 {
    font-size: 1.85rem;
    margin: 0.39rem 0 0.3rem;
}

h4 {
    font-size: 1.5rem;
    margin: 0.56rem 0 0.3rem;
    line-height: 1.6;
}

h5 {
    font-size: 1.2rem;
    margin: 0.65rem 0 0.3rem;
    line-height: 1.8;
}

h6 {
    font-size: 1.05rem;
    margin: 0.72rem 0 0.3rem;
    font-weight: bold;
    line-height: 2;
}

p {
    margin: 0.75rem 0 1rem;
}

.display {
    margin-bottom: 0.5rem;
}

.display h1 {
    font-weight: 400;
    font-size: 4.3rem;
    letter-spacing: 5px;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 0.4rem 0;
}

.display p {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
}

@media only screen and (max-width: 640px) {
    .display h1 {
        font-size: 2.5rem;
    }

    .display p {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.7rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }
}

.display-font1 {
    font-family: 'PT Serif', serif;
}

.display-font2 {
    font-family: 'Poppins', sans-serif;
}

.default-font1 {
    font-family: 'PT Serif', serif;
}

.default-font2 {
    font-family: 'Poppins', sans-serif;
}