/*** industry - Font Weights ***/
/*
ULTRA - 900
 */

/*** geist - Font Weights ***/
/*
Regular - 400
Medium - 500
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 21px;
}

p.large,
div.large > p,
.large {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400; /* regular */
}


b, strong {
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}



/*h1*/
h1,
.h1style,
div.h1style > p {
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 82px;
    font-weight: 900; /* ultra */
    margin-bottom: 30px;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 120px;
    line-height: 1;
    font-weight: 900; /* ultra */
    margin-bottom: 30px;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;  /* medium */
    margin-bottom: 30px;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;  /* medium */
    margin-bottom: 30px;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;  /* regular */
    margin-bottom: 15px;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 14px;
    line-height: 21px;
    font-family: 'industry', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* accent text */
p.subheading,
p.accent-text {
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    color: var(--ocean);
    background-color: var(--sediment);
    margin-bottom: 10px;
    padding: 6px 13px;
    padding-top: 8px;
    padding-right: 16px;
    width: fit-content;
    width: max-content;
    -webkit-clip-path: polygon(100% calc(10px), 100% 100%, 100% 100%, 0 100%, 0 0, 0 0, calc(100% - 10px) 0);
    clip-path: polygon(100% calc(10px), 100% 100%, 100% 100%, 0 100%, 0 0, 0 0, calc(100% - 10px) 0);
}

.coal_background p.subheading {
    background: #C7CED9;
    color: #0D1426;
}

/*h5*/
p.large {
    color: var(--red) !important;
}



/*** 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: 22px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 26px;
        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 {
        margin-bottom: 15px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > 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;
    }

}




