/* PP Mori — Variable Font, lokal gehostet (DSGVO).
   Eine Datei deckt alle Gewichte 200–700 ab.

   WOFF2 zuerst: gleiche Schrift, gleiche Achsen (wght, ital), aber 95 KB
   statt 290 KB. Die TTF bleibt als Rueckfallebene stehen; moderne Browser
   laden sie nie, weil sie die erste unterstuetzte Quelle nehmen. */
@font-face {
    font-family: 'PP Mori';
    src: url('/assets/fonts/PPMori-VariableVF.woff2') format('woff2'),
         url('/assets/fonts/PPMori-VariableVF.ttf') format('truetype-variations'),
         url('/assets/fonts/PPMori-VariableVF.ttf') format('truetype');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}
