/*
  ELEKTRO REICHENSTETTER – LOKALE TYPOGRAFIE
  -------------------------------------------
  Die Website ist auf fünf vom Betreiber bereitgestellte Schriften abgestimmt.
  Alle Dateien werden lokal vom eigenen Webhosting geladen; es gibt keinen
  Abruf von Google Fonts oder anderen externen Font-Diensten.

  Erwartete Dateien in /assets/fonts/:
  - TypeLightSans.ttf
  - Wiltype Mac.ttf
  - Reversal Bd.otf
  - Snasm Lt.otf
  - BaiJamjuree-Bold.ttf
*/

@font-face {
  font-family:"Type Light Sans";
  src:local("Type Light Sans"),url("/assets/fonts/TypeLightSans.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

@font-face {
  font-family:"Wiltype";
  src:local("Wiltype"),url("/assets/fonts/Wiltype%20Mac.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

@font-face {
  font-family:"Reversal";
  src:local("Reversal Bold"),local("Reversal"),url("/assets/fonts/Reversal%20Bd.otf") format("opentype");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}

@font-face {
  font-family:"Snasm";
  src:local("Snasm Light"),url("/assets/fonts/Snasm%20Lt.otf") format("opentype");
  font-style:normal;
  font-weight:300;
  font-display:swap;
}

@font-face {
  font-family:"Bai Jamjuree";
  src:local("Bai Jamjuree Bold"),url("/assets/fonts/BaiJamjuree-Bold.ttf") format("truetype");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
