/* =====================================================================
   Self-hostade webfonts (woff2) - ersatter Google Fonts CDN.
   Filnamnen matchar exakt ziparna fran gwfh.mranftl.com:
     roboto-v51-latin.zip, open-sans-v44-latin.zip, oswald-v57-latin.zip
   Packa upp .woff2-filerna i /fonts (ingen omdopning behovs).
   font-display: swap = text visas direkt, byter till fonten nar laddad.
   ===================================================================== */

/* ---- Roboto (brodtext) ---- */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/roboto-v51-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2');
}

/* ---- Open Sans (rubriker) ---- */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2');
}

/* ---- Oswald (varukorgens priser) ---- */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/oswald-v57-latin-700.woff2') format('woff2');
}
