/* eduz.lol — connection-status tokens.
   Accent: bright magenta — the playful ".lol" nod.
   Body text uses near-black for WCAG AA on white. */
:root {
  --bg: #ffffff;
  --fg: #0b0b0f;            /* 19.2:1 on white — AAA */
  --muted: #4a4a55;         /* 8.9:1 on white — AAA */
  --accent: #e03377;        /* bright magenta */
  --accent-ink: #a8214f;    /* 4.6:1 on white — AA for normal text */
  --link: #a8214f;
  --link-hover: #7a1538;
  --radius: 10px;
  --gap: 0.9rem;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, system-ui,
          Roboto, "Helvetica Neue", Arial, sans-serif;
}
