/* ================================================
   custom.css — Mod Grafik Brand Overrides
   ================================================ */

/* ── 0. FONTS (Bricolage Grotesque) ─────────── */
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bricolage';
    src: url('../fonts/BricolageGrotesque_SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --site-font: 'Bricolage', sans-serif;
}

/* Global Font Override */
html body, 
html h1, html h2, html h3, html h4, html h5, html h6, 
html .h1, html .h2, html .h3, html .h4, html .h5, html .h6,
html p, html a, html span, html div, html li, html button, html input, html textarea {
    font-family: var(--site-font) !important;
}

/* Header phone size adjustment */
.header--site .lc_wrapper--right--phone {
    margin-right: 1.5rem;
}

.header--site .lc_wrapper--right--phone a {
    font-size: 1.3rem !important;
    white-space: nowrap;
}

@media (min-width: 782px) {
    .header--site .lc_wrapper--right--phone a {
        font-size: 2rem !important;
    }
}

/* Burger menu and phone layout fix for small screens */
@media (max-width: 450px) {
    .header--site .lc_wrapper--right {
        gap: 0.5rem;
        align-items: center;
    }
    .header--site .lc_wrapper--right--phone {
        display: flex;
        align-items: center;
        max-width: 120px;
    }
    .header--site .lc_wrapper--right--phone a {
        font-size: 1.1rem !important;
        white-space: normal !important;
        text-align: right;
        display: block;
        line-height: 1.2;
    }
    .header--site .lc_wrapper--right--burger-menu {
        margin-right: -1rem !important;
    }
    .header--site .lc_wrapper--right--burger-menu svg {
        width: 60px !important;
    }
}
