/*font-family: "tenon", sans-serif;*/
/*Tenor Weight:*/
/*400 - regular*/
/*500 - medium*/
/*600 - semibold*/
/*700 - bold*/

/*font-family: "Moderustic", sans-serif;*/
/*Moderustic Weights:*/
/*300 - light*/
/*400 - regular*/
/*500 - medium*/
/*600 - semibold*/
/*700 - bold*/
/*800 - extrabold*/

/*font-family: "Instrument Serif", serif;*/
/*Instrument Weights:*/
/*400 - regular*/

/*** Font Declarations ***/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "Moderustic", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 17px;
}

p.large,
div.large > p,
a.large {
    font-size: 18px;
    line-height: 22px;
}


b, strong {
}

a {
    text-decoration: underline;
    color: var(--coral);
}

a.button {
    text-decoration: none;
}
p.quote,
.quote {
    font-size: 22px;
    line-height: 27px;
}


/*h1*/
h1,
.h1style,
div.h1style > p {
    font-family: "tenon", sans-serif;
    font-size: 65px;
    line-height: 78px;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 1;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-family: "tenon", sans-serif;
    font-size: 80px;
    line-height: 96px;
    font-weight: 600; /* medium */
    margin-bottom: 30px;
    opacity: 1;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-family: "tenon", sans-serif;
    font-size: 54px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 1;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-family: "tenon", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 1;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-family: "tenon", sans-serif;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 1;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-family: "tenon", sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: 1;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-family: "tenon", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;  /* regular */
    margin-bottom: 15px;
    opacity: 1;
}

/* accent text */
p.accent-text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #7f7f7f;
    margin-bottom: 10px;
}





/*** Specifically for 1920 x 1080 laptops at DPI scaling 1.25 ratio */
/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1599.98px) {

    p,
    body {
        font-size: 16px;
        line-height: 20px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 54px;
        line-height: 65px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 62px;
        line-height: 80px;
        font-weight: 700; /* bold */
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 26px;
        line-height: 31px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 21px;
        line-height: 25px;font-weight: 500;
        margin-bottom: 20px;
    }

    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    p.quote,
    .quote {
        font-size: 21px;
        line-height: 27px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 20px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 15px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 13px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    p.quote,
    .quote {
        font-size: 20px;
        line-height: 25px;
    }

}




