@charset "utf-8";
/* Title: Nice Industries Marketing Site Typography
** Description: Styles for text used across Nice Industries digital products
** Author: Jessica Greenwalt
** Created: 11-14-2025
** Updated: 11-14-2025
************************************** */

/* = Global Text Refinements
** ----------------------- */

/* Links */
a {
    color: #000;
}

/* Text Align Left */
.txtal {
    text-align: left;
}

/* Own Line */
.ol {
    display: block;
}

/* = Headings
** ----------------------- */

/* Inside of Flat Long Shadow Box */

    /* Huge Heading */
    .home .hhuge {
        font-family: 'Ultra', 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 46px;
    }

    @media (min-width: 600px) {
        .home .hhuge {
            font-size: 60px;
            line-height: 65px;
        }
    }

    /* Big Heading */
    .hbig {
        font-family: 'Ultra', 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 30px;
        line-height: 36px;
    }

    @media (min-width: 900px) {
        .hbig {
            font-size: 44px;
            line-height: 50px;
        }
    }


    /* Follows Huge Heading (level 2) */
    .fhhuge {
        margin-top: 8px;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    }

    @media (min-width: 600px) {
        .fhhuge {
            font-size: 24px;
            line-height: 34px;
        }
    }

    /* Follows Big Heading (level 3) */
    .fhbig {
        margin-top: 20px;
        font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 28px;
    }

    @media (min-width: 900px) {
        .fhbig {
            margin-top: 24px;
            font-size: 32px;
            line-height: 38px;
        }
    }


    /* Follows the Big Heading Follow (level 4) */
    .ffhbig {
        margin-top: 20px;
        font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
    }

    @media (min-width: 900px) {
        .ffhbig {
            margin-top: 24px;
            font-size: 24px;
            line-height: 30px;
        }
    }

/* Inside of Info Container */
.info-contain .hboxtop {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

/* = Paragraphs
** ----------------------- */

/* Standard Marketing Paragraph */

/* Inside of Flat Long Shadow Box */
.flsbox p {
    margin-top: 14px;
    text-align: left;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 900px) {
    .flsbox p {
        margin-top: 18px;
        font-size: 20px;
        line-height: 28px;
    }
}

/* = Lists
** ----------------------- */

/* Inside of Flat Long Shadow Box */
.flsbox ul,
.flsbox ol,
.flsbox li {
    text-align: left;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 900px) {
    .flsbox ul,
    .flsbox ol,
    .flsbox li {
        font-size: 20px;
        line-height: 28px;
    }
}

.flsbox ul,
.flsbox ol {
    margin-top: 14px;
    margin-left: 20px;
}

@media (min-width: 900px) {
    .flsbox ul,
    .flsbox ol {
        margin-top: 18px;
    }
}

.flsbox li {
    margin-top: 4px;
}

@media (min-width: 900px) {
    .flsbox li {
        margin-top: 8px;
        margin-left: 20px;
    }
}

.sbbl p {
    font-family: 'Agbalumo', 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}