/*
  AINFrame — Self-hosted Fonts
  ─────────────────────────────────────────────────────────────────────
  DOWNLOAD-ANLEITUNG (kein Umbenennen nötig):

  1. https://fontsource.org/fonts/cormorant-garamond
     → "Download" → woff2 → ZIP entpacken
     → alle Dateien mit "latin" im Namen in /fonts/ kopieren

  2. https://fontsource.org/fonts/cormorant
     → "Download" → woff2 → ZIP entpacken
     → alle Dateien mit "latin" im Namen in /fonts/ kopieren

  3. https://fontsource.org/fonts/raleway
     → "Download" → woff2 → ZIP entpacken
     → alle Dateien mit "latin" im Namen in /fonts/ kopieren

  Benötigte Dateien:
    cormorant-garamond-latin-300-normal.woff2
    cormorant-garamond-latin-300-italic.woff2
    cormorant-garamond-latin-400-normal.woff2
    cormorant-garamond-latin-400-italic.woff2
    cormorant-garamond-latin-500-normal.woff2
    cormorant-garamond-latin-600-normal.woff2
    cormorant-latin-300-normal.woff2
    cormorant-latin-300-italic.woff2
    raleway-latin-300-normal.woff2
    raleway-latin-400-normal.woff2
    raleway-latin-500-normal.woff2
    raleway-latin-600-normal.woff2
  ─────────────────────────────────────────────────────────────────────
*/

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