/* Ortica (Collletttivo, OFL) + IBM Plex — dieselben Schriften wie zukunftbilden.eu.
   Eine Markenstimme über alle Zukunftbilden/Paideia-Flächen. */

@font-face {
  font-family: "Ortica Linear";
  src: url(/fonts/ortica/OrticaLinear-Light.woff2) format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ortica Linear";
  src: url(/fonts/ortica/OrticaLinear-Regular.woff2) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ortica Linear";
  src: url(/fonts/ortica/OrticaLinear-Bold.woff2) format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ortica Angular";
  src: url(/fonts/ortica/OrticaAngular-Bold.woff2) format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/fonts/plex/plex-sans-400.woff2) format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/fonts/plex/plex-sans-500.woff2) format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/fonts/plex/plex-sans-600.woff2) format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/fonts/plex/plex-mono-500.woff2) format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}

/* Website-Stimme: Ortica führt, Plex bedient */
:root {
  --pa-font-display: "Ortica Linear", "Iowan Old Style", Georgia, serif;
  --pa-font-angular: "Ortica Angular", "Ortica Linear", Georgia, serif;
  --pa-font-text: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --pa-font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
}
