/* ═══════════════════════════════════════════
   ARVELA · SCHRIFTEN (lokal, kein CDN)
   ═══════════════════════════════════════════
   EINZIGE Quelle der @font-face-Regeln. Jede Seite bindet diese Datei ein:
       <link rel="stylesheet" href="/fonts.css">
   und laedt KEINE Schriften mehr von einem Google-CDN.

   Grund: Der Aufruf des Google-Font-CDN uebertraegt die IP-Adresse jedes
   Besuchers an Google, bevor irgendein Einverstaendnis vorliegt. Lokale
   Auslieferung vermeidet das vollstaendig — und spart den DNS-/TLS-Roundtrip
   zu einer dritten Domain.

   VORAUSSETZUNG: die sieben WOFF2-Dateien muessen unter /fonts/ liegen.
   Fehlen sie, fallen alle Seiten auf Systemschriften zurueck. Reihenfolge beim
   Ausrollen also: erst die Dateien, dann diese CSS verlinken.

   Subset: latin. font-display:swap — Text ist sofort lesbar, die Webschrift
   tauscht sich nach dem Laden ein.
   ═══════════════════════════════════════════ */

@font-face{font-family:'Playfair Display';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/playfair-display-500.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/playfair-display-600.woff2') format('woff2')}
@font-face{font-family:'Lora';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/lora-400.woff2') format('woff2')}
@font-face{font-family:'Lora';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/lora-500.woff2') format('woff2')}
@font-face{font-family:'Lora';font-style:italic;font-weight:400;font-display:swap;src:url('/fonts/lora-italic-400.woff2') format('woff2')}
@font-face{font-family:'DM Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/dm-mono-400.woff2') format('woff2')}
@font-face{font-family:'DM Mono';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/dm-mono-500.woff2') format('woff2')}
