/**
 * playnary.de — self-hosted fonts (DSGVO: no third-party font CDN)
 *
 * Body: Futura Now Text Light
 * Headings: Verlag Light
 */

@font-face {
  font-family: "Futura Now Text";
  src: url("../fonts/futura-now-text-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Verlag";
  src: url("../fonts/verlag-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
