/**
 * ALFA design tokens.
 * Values live here once; components and pages consume them without copies.
 */
:root {
  --fya-black: #080a09;
  --fya-white: #f8f8f5;
  --fya-paper: #f5f4f0;
  --fya-ink: #111312;
  --fya-muted: #5a605c;
  --fya-orange: #ff6500;
  --fya-green: #c2ff33;
  --fya-font: Inter, Arial, sans-serif;
  --fya-content: min(1240px, 88vw);
  --fya-radius: 0px;
  --fya-ease: 180ms ease;
}
