/* ==========================================================================
   Humle Fonder – Self-hosted Font Face Declarations
   Lab Grotesque (headings + body)

   This file is served statically — NOT processed by Parcel.
   ========================================================================== */

/* --- Light → mapped to regular (400) -------------------------------------- */
@font-face {
    font-family: 'Lab Grotesque';
    src: url('/fonts/humle/LabGrotesque-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('/fonts/humle/LabGrotesque-LightItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- Medium → mapped to bold (700) --------------------------------------- */
@font-face {
    font-family: 'Lab Grotesque';
    src: url('/fonts/humle/LabGrotesque-Medium.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('/fonts/humle/LabGrotesque-MediumItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
