/* src/styles/fonts.css */
/* Atkinson Hyperlegible Next (WOFF2 bevorzugt) */
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("/Atkinson-Next/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Falls du kein Italic-File hast (bei dir heißt es RegularItalic): */
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("/Atkinson-Next/AtkinsonHyperlegibleNext-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("/Atkinson-Next/AtkinsonHyperlegibleNext-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("/Atkinson-Next/AtkinsonHyperlegibleNext-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
