/* Dieselben TTF-Dateien, die auch mPDF benutzt. Kein WOFF2, kein CDN:
   mPDF kann WOFF nicht laden, und eine Google-Fonts-Einbindung wäre nicht DSGVO-konform. */

@font-face { font-family: "inter"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/inter-R.ttf") format("truetype"); }
@font-face { font-family: "inter"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/inter-B.ttf") format("truetype"); }

@font-face { font-family: "playfair"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/playfair-R.ttf") format("truetype"); }
@font-face { font-family: "playfair"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/playfair-B.ttf") format("truetype"); }

@font-face { font-family: "bitter"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/bitter-R.ttf") format("truetype"); }
@font-face { font-family: "bitter"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/bitter-B.ttf") format("truetype"); }

@font-face { font-family: "caveat"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/caveat-R.ttf") format("truetype"); }
@font-face { font-family: "caveat"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/caveat-B.ttf") format("truetype"); }

@font-face { font-family: "nunito"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/nunito-R.ttf") format("truetype"); }
@font-face { font-family: "nunito"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/nunito-B.ttf") format("truetype"); }

@font-face { font-family: "oswald"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/oswald-R.ttf") format("truetype"); }
@font-face { font-family: "oswald"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/oswald-B.ttf") format("truetype"); }

@font-face { font-family: "lora"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/lora-R.ttf") format("truetype"); }
@font-face { font-family: "lora"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/lora-B.ttf") format("truetype"); }

@font-face { font-family: "atkinson"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("/assets/fonts/atkinson-R.ttf") format("truetype"); }
@font-face { font-family: "atkinson"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("/assets/fonts/atkinson-B.ttf") format("truetype"); }
