/*** indivisible - Font Weights ***/
/*
Light - 300
Regular - 400
Medium - 500
SemiBold - 600
Bold - 700
 */

/*** the-seasons - Font Weights ***/
/*
Regular - 400
Bold - 700
 */


/* Roxborough CF Weights */
/*
200 - thin
300 - light
400 - regular
500 - medium
600 - demiBold
700 - bold
800 - extra bold
900 - heavy
 */
@import url("RoxboroughCF/RoxboroughCF.css"); /* Using an internal url */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, body {
    font-family: "indivisible", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #7A7A7A;
}

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: 500; /* Medium */
    color: var(--text-black);
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}


h1,
.h1style,
.h1style > p,
h2,
.h2style,
.h2style > p,
h3,
.h3style,
.h3style > p,
h4,
.h4style,
.h4style > p,
h5,
.h5style,
.h5style > p,
h6,
.h6style,
.h6style > p {
    color: var(--text-black);
}

/*h1*/
h1,
.h1style {
    font-size: 62px;
    line-height: 74px;
    font-weight: 400; /* regular */
    margin-bottom: 30px;
    font-family: 'Roxborough CF', sans-serif;
}

/* h1.alt (large) */
h1.alt,
.h1style.alt {
    font-size: 80px;
    line-height: 84px;
    font-weight: 400; /* regular */
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Roxborough CF', sans-serif;
}

/*h2*/
h2,
.h2style {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;  /* regular */
    margin-bottom: 30px;
    font-family: 'Roxborough CF', sans-serif;
}

/*h3*/
h3,
.h3style {
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;  /* regular */
    margin-bottom: 30px;
    font-family: 'Roxborough CF', sans-serif;
}

/*h4*/
h4,
.h4style {
    font-size: 32px;
    line-height: 41px;
    font-weight: 400;  /* regular */
    margin-bottom: 20px;
    font-family: 'Roxborough CF', sans-serif;
}

/*h5*/
h5,
.h5style {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;  /* regular */
    margin-bottom: 15px;
}

/*h6*/
h6,
.h6style {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;  /* regular */
    margin-bottom: 15px;
}

/* 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 Desktops */
@media(max-width: 1599.98px) {

}




/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1399.98px) {

    p, body {
        font-size: 16px;
        line-height: 22px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt {
        font-size: 62px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p, body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 13px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }


    /*h5*/
    h5,
    .h5style {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    h6,
    .h6style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

}


