/* ============================================
   cp engineering – self-hosted Webfonts
   Stand: 06.08.2026

   Quelle: Google Fonts (SIL Open Font License 1.1),
   latin-Subset, lokal ausgeliefert aus /fonts/.
   Kein Request mehr an fonts.googleapis.com / fonts.gstatic.com.

   Inter liegt als Variable Font vor (eine Datei deckt die
   komplette Gewichtsachse 100–900 ab, genutzt: 400/600/700).
   ============================================ */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/merriweather-700.woff2') format('woff2');
}
