:root {
    /* Colors */
    --primary-text: #333;
    --primary-white: #fff;
    --primary-gray: #eee;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--primary-text);
    /* background-color: #f5f5f5;*/
}

#xticontent {
    padding: 0;
    font-family: "MONTSERRAT", sans-serif;
    font-weight: 400;
}

#main {
    min-height: 500px;
}

#header {
    background: var(--primary-white);
    color: #231f20;
    border-bottom: 1.5px solid #b1a1bb;
}

.logo {
    /* float: left; */
    margin: 0 auto;
    max-width: 370px;
    padding: 0;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}

.nav {
    color: white;
}

.navbar {
    border-radius: 0;
    margin: 80px;
    float: right;
}

.navbar-inverse .navbar-toggle {
    border-color: var(--primary-text);
    background-color: #688c42;
    color: var(--primary-text);
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--primary-gray);
    font-size: 1.25em;
    text-decoration: none;
}

a {
    color: #212121;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #000000;
        text-decoration: underline;
    }

#xName {
    display: none;
}

.btn-lead {
    color: var(--primary-white);
    background-color: #b1a1bb;
    border-color: #ddc3a2;
    font-size: .75em;
}

    .btn-lead.focus, .btn-lead:focus, .btn-lead:hover {
        color: var(--primary-white);
        text-decoration: none;
    }

.Hero {
    background: #dbdbdb66;
    /* padding: 25px; */
    /* margin: 25px 8px; added back 11-26-25*/
    margin: 25px 8px;
    border-radius: 5px;
    max-height: 112px;
    overflow: hidden;
}

.HeroTitle {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(24px, 10vw, 28px);
    /* font-weight: 300; changed 11-26-25 */
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    color: #004626;
    /* background: var(--primary-white); */
    padding: 0.5rem 1.25rem;
    /* max-width: 50rem; */
    /* border-radius: 0.3125rem; */
    /* border: 1px solid #000000; */
    margin: 3rem;
}

.HeroSubTitle {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    color: #004626;
    padding: 0.5rem 1.25rem;
    max-width: 50rem;
    border-radius: 0.3125rem;
    margin: 3rem;
}

.HeroLead {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(12px, 8vw, 18px);
    font-weight: 300;
    font-style: normal;
    line-height: 2.25;
    color: #004626;
    background: #dbdbdbbd;
    padding: 0.95rem 0;
    max-width: 150rem;
    border-radius: 0.3125rem;
    text-align: center;
    margin: 3px -15px;
}

.infoBox {
    padding: 50px;
    font-size: 1.5em;
    margin-top: 50px;
}

.infoBoxSm {
    padding: 80px;
    margin-top: 50px;
}
/* alt containers */
.ContentBlock {
    overflow: hidden;
}

.form-inline .form-control {
    width: 100%;
}

.HomeR2 {
    background: #f0f0ed;
}

.ContentBlockAlt1 {
    position: relative;
    min-width: 1px;
    min-height: 1px;
    box-shadow: none;
    padding: 5px;
    margin: 10px;
    overflow: hidden;
    border: 0;
    text-align: center;
    font-size: 1.45em;
}

.ContentBlockAlt2 {
    padding: 0 5px;
    overflow: hidden;
    background: transparent;
    border: none;
}

    .ContentBlockAlt2::after {
        content: "";
        background-color: black;
        background: url(/_theme/assets/img/2bak.png) no-repeat;
        background-size: 100%;
        height: 100%;
        /* background-attachment: fixed; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.ContentBlockAlt3 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDC3A2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    padding: 50px 30px 50px 30px;
    overflow: hidden;
}

.ContentBlockAlt4 {
    background: #fff;
    padding: 0 25px;
    color: #000000;
    margin: 0 -15px;
    overflow: hidden;
}

    .ContentBlockAlt4 .SectionTitleAlt1::after {
        content: "";
        width: 200px;
        border-bottom: solid 2px #688c42;
        display: block;
        margin: 0 auto;
    }

.ContentBlockAlt5 {
    background: whitesmoke;
    padding: 100px;
    color: black;
    overflow: hidden;
    margin: 0 -15px;
}

    .ContentBlockAlt5 a {
        color: var(--primary-gray);
        text-decoration: none;
    }

        .ContentBlockAlt5 a:hover {
            color: var(--primary-white);
            text-decoration: underline;
        }

.ContentBlockAlt6 {
    background: transparent;
    padding: 20px 100px;
    color: #231f20;
    overflow: hidden;
    margin: 0 -15px;
    border: 0;
    min-height: 280px;
}

    .ContentBlockAlt6 h2::after {
        content: "";
        width: 200px;
        border-bottom: solid 2px #DDC3A2;
        display: block;
        margin: 20px 0;
    }

.ContentBlockAlt7 {
    padding: 0;
    background: transparent;
    overflow: hidden;
    /* min-height: 450px; updated 11-26-25 */
}

    .ContentBlockAlt7::after {
        content: "";
        background-color: black;
        background: url(/_theme/assets/img/hero.png) no-repeat;
        /* background-size: 100%; */
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: cover; */
        opacity: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.ContentBlockAlt8 {
    color: white;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    background: #000000;
    overflow: hidden;
}

    .ContentBlockAlt8 a {
        color: var(--primary-gray);
        text-decoration: none;
    }

        .ContentBlockAlt8 a:hover {
            color: var(--primary-white);
            text-decoration: underline;
        }

.ContentBlockAlt9 {
    background: #014491;
    color: white;
    padding: 12px;
    margin: 0 -15px;
    overflow: hidden;
}

.ContentBlockAlt10 {
    padding: 0;
    background: #f8f8f8;
    margin: 0 -15px;
    overflow: hidden;
}

/* custom backgrounds */
.About-UsR1 {
    background: url(/_theme/assets/img/AboutBackground.png) no-repeat;
    padding: 100px;
}

.About-Us .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/About-Us.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Contact-Us .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/contact-us.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Testimonials .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/Testimony.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 65%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.ResourcesDiscounts .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/Resources-Discounts.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 65%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}



.Blog .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/blog.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.Functional-Nutrition .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/nutrition.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.Structural-Bodywork .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/structures.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Our-Services .ContentBlockAlt7::after {
    content: "";
    background-color: black;
    background: url(/_theme/assets/img/Services.png) no-repeat;
    /* background-size: 100%; */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.Our-ServicesR1 {
    background: url(/_theme/assets/img/ServicesBackground.png) no-repeat;
    padding: 100px;
}

.wellness-hr {
    color: #688c42;
    size: 6;
    width: 20%;
}
/* ResourcesDiscounts */
.ResourcesDiscounts .ContentBlockAlt3 {
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}

.ResourcesDiscounts .ContentBlockAlt8 {
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDC3A2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    background: #ddc3a2;
    color: #222222;
    overflow: hidden;
}

    .ResourcesDiscounts .ContentBlockAlt8 a {
        color: #222222;
        text-decoration: none;
    }

        .ResourcesDiscounts .ContentBlockAlt8 a:hover {
            color: #000000;
            text-decoration: underline;
        }

    .ResourcesDiscounts .ContentBlockAlt8 .btn-lead {
        color: var(--primary-white);
        background-color: #004626;
        border-color: #0a0909;
        font-size: .75em;
    }

        .ResourcesDiscounts .ContentBlockAlt8 .btn-lead.focus, .ResourcesDiscounts .ContentBlockAlt8 .btn-lead:focus, .ResourcesDiscounts .ContentBlockAlt8 .btn-lead:hover {
            color: var(--primary-white);
            text-decoration: none;
        }
/* ResourcesDiscounts */
.SectionTitle {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt1 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(36px, 8vw, 54px);
    font-weight: 400; /* Slightly heavier than HeroTitle for distinction */
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000000;
    background: transparent;
    margin: 0.5rem 0 0.625rem;
    padding-left: 0.9375rem;
    border: none;
    text-align: center;
}

.SectionTitleAlt2 {
    background: #231f20;
    color: white;
    font-size: 32px;
    line-height: 61px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: center;
}

.SectionTitleAlt3 {
    /* background: #014491; changed 121624 */
    background: none;
    /* color: #f9f9f9; changed 121624 */
    color: #231f20;
    /* font-size: 22px; changed 121624 */
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    /* padding-left: 15px; changed 121624 */
    /* additional changes 121624 below */
    text-align: center;
    font-family: 'Allura';
}

.SectionTitleAlt4 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    padding: 0.5rem 1.25rem;
    border-radius: 0.3125rem;
    margin: 3rem;
}

.SectionTitleAlt5 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}

    .SectionTitleAlt5::after {
        content: "";
        width: 200px;
        border-bottom: solid 2px #DDC3A2;
        display: block;
        margin: 20px 0;
    }


.ContentBlockAlt4 .SectionTitleAlt5 {
    font-size: 25px;
    font-weight: 500;
}
.footer {
    background: #b1a1bb;
    color: #004626;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid;
}

    .footer a, .footer a:link {
        color: #000000;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .footer a:visited {
            color: #000000;
            text-decoration: none;
            letter-spacing: 1px;
        }

        .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer td, .footer th, .footer caption {
            color: #ffffff;
            font-size: 14px;
            letter-spacing: 1px;
        }

/* Contact button color changes 11-25-25 */

#Contact-Us {
    background: #004626;
    color: #f3f3f3;
    border-radius: 5px;
    border-color: #b1a1bb;
}

    #Contact-Us:hover {
        background: #b1a1bb;
        border-color: #004626;
        color: #000;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #222222;
    font-weight: normal;
    /* font-size: 1.5em; */
    display: inline-block;
    margin: 0;
    background: transparent;
    border-radius: 0;
    padding: 25px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #004626;
    background-color: transparent;
}

.nav > li {
    color: black;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin: 10px;
}

.footer-copyright {
    background: #0a0909;
    color: silver;
    padding: 0;
    border-top: solid 1px #d9c4a4;
}

    .footer-copyright a {
        color: silver;
    }

.footerText, .fBlock {
    text-align: right;
    margin: 2px;
    font-size: 14px;
}

.SearchBox {
    margin: 42px 0 0 0;
}

#searchResults {
    font-size: 1.5em;
    margin: 0 auto;
    width: 100%;
    background: var(--primary-white);
    text-align: center;
}

.btn-primary {
    color: var(--primary-white);
    background-color: #688c42;
    border-color: #272727;
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: var(--primary-white);
        text-decoration: none;
    }



.btn-style1 {
    color: var(--primary-white);
    background-color: #014491;
    border-color: #231f20;
    font-size: 1em;
}

    .btn-style1:hover, .btn-style1:focus {
        color: var(--primary-white);
        background-color: #286090;
        border-color: #204d74;
    }

.btn-style2 {
    color: var(--primary-white);
    background-color: #243c91;
    border-color: #231f20;
    font-size: 1em;
}

    .btn-style2:hover {
        color: var(--primary-white);
        background-color: #286090;
        border-color: #204d74;
    }

.xtiEntryFooter .btn-primary {
    color: var(--primary-white);
    background-color: #231f20;
    border-color: #0a0909;
}

.xtiEntryDescription {
    padding: 20px;
    background: #f9f9f9;
}

/* insta */
.instagram-slide-widget {
    position: absolute; /* Changed from fixed */
    top: -130px;
    right: 0;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.widget-content {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
}

/* === PANEL === */
.ig-panel {
    background: white;
    border-radius: 8px 0 0 8px;
    box-shadow: -6px 6px 22px rgba(0,0,0,0.2);
    width: 285px;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    flex-shrink: 0;
}

    .ig-panel.open {
        transform: translateX(0);
    }

/* Remove underline */
.ig-header-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

    .ig-header-link:hover {
        text-decoration: none; /* This removes the underline */
    }

.ig-header {
    background: linear-gradient(135deg, #405DE6, #E1306C, #FD1D1D);
    color: white;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .ig-header:hover {
        filter: brightness(1.08);
    }

    .ig-header h5 {
        margin: 0;
        font-weight: 600;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
    }

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 29px;
    cursor: pointer;
    margin-left: auto;
    opacity: 0.9;
}

    .close-btn:hover {
        opacity: 1;
    }

/* Toggle Button */
.ig-toggle {
    background: linear-gradient(135deg, #405DE6, #E1306C);
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer;
    box-shadow: -5px 5px 18px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}


/* Hide toggle when panel is open */
#instagram-widget.open .ig-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* insta */
@media screen and (max-width: 1720px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1em;
    }

    .navbar {
        border-radius: 0;
        margin: 20px auto;
    }
}
/*  @media screen and (max-width: 1298px) {
    .HeroTitle {
        font-size: 60px;
    }
    .SectionTitleAlt1 {
        font-size: 50px;
        line-height:normal;
    }
} */
@media screen and (max-width: 1180px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 10px;
    }

    .ContentBlockAlt7::after {
        content: '';
        opacity: 0.5;
    }
}

@media (max-width: 997px) {
    .navbar {
        margin: 0px;
        width: 100%;
    }

    .HeroTitle {
        margin: 0;
    }

    .HeroLead {
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    .btn-lead {
        padding: 6px;
        margin: 8px;
    }

    .Hero {
        max-height: 150px;
    }
}

@media screen and (max-width: 768px) {

    .instagram-slide-widget {
        top: -28px;
    }
    .navbar-inverse .navbar-nav > li > span {
        color: var(--primary-white);
        width: 46%;
        text-align: right;
        padding: 13px 20px;
        /*   background: #222222; */
    }

        .navbar-inverse .navbar-nav > li > span:hover {
            color: var(--primary-white);
            cursor: pointer;
            /* background: #080808; */
        }

    .navbar-inverse .navbar-nav > li > a {
        color: var(--primary-text);
        width: 50%;
    }

    .navbar-inverse .navbar-nav > li > span:hover {
        color: var(--primary-white);
        cursor: pointer;
        background: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
        font-size: 1.5em;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #000000;
            background-color: transparent;
        }
    /*
        .SectionTitleAlt1 {
            font-size: 22px;
            line-height: 32px;
        }

        .Hero {
            padding: 5px;
            margin: 5px;
        }
    */
    .HeroTitle {
        /*  font-size: 32px;
            line-height: 45px; */
        margin: 0 auto;
        text-align: center;
    }

    .HeroSubTitle {
        text-align: center;
    }

    .About-UsR1 {
        padding: 10px;
    }

    .ContentBlockAlt6 {
        padding: 20px 30px;
    }

    .ContentBlockAlt5 {
        padding: 30px;
    }
}

.montserrat-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.meow-script-regular {
    font-family: "Meow Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.oleo-script-swash-caps-regular {
    font-family: "Oleo Script Swash Caps", serif;
    font-weight: 400;
    font-style: normal;
}

.imperial-script-regular {
    font-family: "Imperial Script", serif;
    font-weight: 400;
    font-style: normal;
}
