/* Erzeugt aus config/marke.json. Nicht von Hand aendern. */
@font-face {
  font-family: "Asap";
  src: url(/app/schrift.woff2) format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --marke: #f29306;
  --marke-aktiv: #bd7305;
  --marke-schrift: #111827;
  --marke-blass: #fef4e6;
  --marke-text: #9d6004;
  --marke-text-dunkel: #f29306;
  --marke-blass-dunkel: #352c22;
  --schriftart: "Asap", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
