/**
 * Arcadia Bay — lokal eingebundene Fonts (kein Google-Fonts-CDN mehr).
 * Dateien liegen im eigenen /fonts/-Ordner, unabhängig vom OMGF-Plugin.
 * Nur das "latin"-Subset (deckt inkl. deutscher Umlaute/ß, siehe
 * U+0000-00FF, komplett ab) — "latin-ext" (Vietnamesisch, osteurop.
 * Diakritika etc.) wird auf dieser rein deutschsprachigen Seite nicht
 * gebraucht.
 */
@font-face{
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/caveat-normal-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/caveat-normal-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/caveat-normal-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/caveat-brush-normal-latin-400.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/crimson-pro-italic-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/crimson-pro-normal-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/crimson-pro-normal-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/crimson-pro-normal-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Homemade Apple';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/homemade-apple-normal-latin-400.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/space-mono-normal-latin-400.woff2') format('woff2');
  font-display: swap;
}
