/* FT Calhem – Premium Font
   Lade die Schriftdateien in /public/fonts/ hoch:
   - FTCalhem-Regular.woff2, FTCalhem-Regular.woff, FTCalhem-Regular.otf
   - FTCalhem-Bold.woff2, FTCalhem-Bold.woff, FTCalhem-Bold.otf
*/
@font-face {
  font-family: 'FT Calhem';
  src: url('/fonts/FTCalhem-Regular.woff2') format('woff2'),
       url('/fonts/FTCalhem-Regular.woff') format('woff'),
       url('/fonts/FTCalhem-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FT Calhem';
  src: url('/fonts/FTCalhem-Bold.woff2') format('woff2'),
       url('/fonts/FTCalhem-Bold.woff') format('woff'),
       url('/fonts/FTCalhem-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
