/* ============================================================
   ENERGETIKON – lokalne fonty (zamiennik Google Fonts)
   
   INSTRUKCJA POBIERANIA PLIKÓW:
   
   1. Wejdź na: https://gwfh.mranftl.com/fonts
      (Google Webfonts Helper – bezpłatne narzędzie)
   
   2. Wyszukaj "Cormorant Garamond"
      - Zaznacz style: 300, 300 italic, 400, 400 italic, 500, 500 italic
      - Pobierz archiwum ZIP
      - Wypakuj pliki .woff2 do folderu /fonts/ na serwerze
   
   3. Wyszukaj "DM Sans"
      - Zaznacz style: 300, 400, 500, 600, 700
      - Pobierz archiwum ZIP
      - Wypakuj pliki .woff2 do folderu /fonts/ na serwerze
   
   4. Wgraj folder /fonts/ do public_html/fonts/
   
   5. W każdym pliku HTML usuń te 3 linie:
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?...">
   
   6. Zastąp je jedną linią:
      <link rel="stylesheet" href="/fonts/fonts.css">
      (dla plików w en/ użyj: href="../fonts/fonts.css")
   
   ============================================================ */

/* Cormorant Garamond */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-v21-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-v21-latin-300italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-v21-latin-500italic.woff2') format('woff2');
}

/* DM Sans */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/dm-sans-v17-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/dm-sans-v17-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/dm-sans-v17-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/dm-sans-v17-latin-700.woff2') format('woff2');
}
