/** Shopify CDN: Minification failed

Line 90:0 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'Promaja';
    src: url('/cdn/shop/files/PROMAJA-Regular.woff2?v=1738229177') format('woff2');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Promaja', sans-serif !important;
}
/* Apply custom font to the entire navigation */
nav[role="navigation"] {
    font-family: 'Promaja', sans-serif !important;
}
.header__icon, 
.header__icon--account, 
.header__cart-count, 
.header__cart-link, 
a[href*="account"], 
a[href*="cart"] {
    font-family: 'Promaja', sans-serif !important;
    font-weight: normal !important;
}
/* Apply Promaja font to the entire cart button and cart number */
#CartButton, 
#CartButton span {
    font-family: 'Promaja', sans-serif !important;
    font-weight: normal !important;
}

/* Apply Promaja font to all navigation links */
nav, 
nav a, 
nav .font-main {
    font-family: 'Promaja', sans-serif !important;
}
/* Apply Promaja font to all mobile navigation elements */
@media (max-width: 768px) {
    /* Ensure nav elements, links, and any related font classes use Promaja */
    nav, 
    nav a, 
    nav .font-main, 
    nav .font-heading, 
    nav .heading-standard, 
    nav .heading-standard a,
    button.font-main {
        font-family: 'Promaja', sans-serif !important;
    }
/* Apply the PROMAJA font to all links with the font-heading class in mobile menu */
@media (max-width: 768px) {
    .mobile-menu a.font-heading {
        font-family: 'PROMAJA', sans-serif !important;
    }
/* Apply PROMAJA font to the links inside the mobile menu */
@media (max-width: 768px) {
    .sidebar-nav a.font-heading {
        font-family: 'PROMAJA', sans-serif !important;
    }
/* More specific selector for footer menu links */
footer .space-y-5 .secondary-text-link {
    font-family: 'Promaja', sans-serif !important;
}
/* Apply Promaja font to Instagram link */
a[href="https://www.instagram.com/wombatdrinks/"],
/* Apply Promaja font to LinkedIn link */
a[href="https://www.linkedin.com/company/wombat-drinks/"] {
    font-family: 'Promaja', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}
/* Apply Promaja to Menu button */
button.font-main.js-enabled {
    font-family: 'Promaja', sans-serif !important;
}

/* Ensure Poppins font is used for other buttons */
button.font-main {
    font-family: 'Poppins', sans-serif !important;
}

/* Apply Poppins font to any other elements with the 'font-main' class (buttons and similar) */
.font-main {
    font-family: 'Poppins', sans-serif !important;
}

