
:root {
    /*** font-family:   font-family: "Figtree", sans-serif; - Font Weights ***/
    --figtree-light: 300;
    --figtree-regular: 400;
    --figtree-medium: 500;
    --figtree-semibold: 600;
    --figtree-bold: 700;

    /*** font-family:   font-family: "Outfit", sans-serif; - Font Weights ***/
    --outfit-light: 300;
    --outfit-regular: 400;
    --outfit-medium: 500;
    --outfit-semibold: 600;
    --outfit-bold: 700;
}

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, body {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--figtree-regular);
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 21px;
}

p.large,
div.large > p {
    font-size: 18px;
    line-height: 28px;
}


b, strong {
    font-weight: var(--figtree-bold);
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}




/*h1*/
h1,
.h1style,
div.h1style > p {
    font-size: 62px;
    line-height: 74px;
    font-weight: var(--outfit-medium); /* medium */
    margin-bottom: 30px;
    font-family: Outfit, sans-serif;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.alt.h1style > p {
    font-size: 80px;
    line-height: 96px;
    font-weight: var(--outfit-medium); /* medium */
    margin-bottom: 30px;
    font-family: Outfit, sans-serif;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 48px;
    line-height: 62px;
    font-weight: var(--outfit-medium);  /* medium */
    margin-bottom: 30px;
    font-family: Outfit, sans-serif;
}


/*h3*/
h3,
.h3style,
div.h3style > p{
    font-size: 40px;
    line-height: 52px;
    font-weight: var(--outfit-medium);  /* medium */
    margin-bottom: 30px;
    font-family: Outfit, sans-serif;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 32px;
    line-height: 41px;
    font-weight: var(--outfit-medium);  /* medium */
    margin-bottom: 20px;
    font-family: Outfit, sans-serif;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 25px;
    line-height: 32px;
    font-weight: var(--outfit-regular);  /* regular */
    margin-bottom: 15px;
    font-family: Outfit, sans-serif;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 20px;
    line-height: 26px;
    font-weight: var(--outfit-medium);  /* medium */
    margin-bottom: 15px;
    font-family: Outfit, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* accent text */
p.accent-text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #7f7f7f;
    margin-bottom: 10px;
}



/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1599.98px) {

    p, body {
        font-size: 16px;
        line-height: 22px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.alt.h1style > p {
        font-size: 62px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p, body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.alt.h1style > p {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

}


