/* Kwispel tokens, taken from src/app/globals.css (@theme): boter page, krijt cards, inkt text, mauve secondary text,
   rand lines, pruim-500 action brand with krijt on it. Contrast: inkt on boter 14.5:1, mauve on boter 5.2:1,
   pruim-500 on boter 4.9:1, krijt on pruim-500 5.6:1.
   Fonts: the marketing pages load Fraunces and General Sans from third-party hosts, which the funnel must not do,
   so it uses the system serif and sans — the same faces the app itself falls back to. */
:root{
  --bg:#f7edd3; --surface:#fffcf4; --ink:#25182a; --muted:#6e5c77; --line:#c9b7a0;
  --accent:#8b5096; --on-accent:#fffcf4; --radius:16px;
  --font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --display:ui-serif,"New York",Georgia,serif;
}
