/* ============================================================
   Gasthof zum Löwen – lokale Webfonts (DSGVO-konform)
   Cabin 400/500/600/700 + Italic 400, Corinthia 400/700
   Quelle: @fontsource (Google-Fonts-Dateien, self-hosted)
   ============================================================ */

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cabin-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cabin-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cabin-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/cabin-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/cabin-latin-700-normal.woff2') format('woff2');
}

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