/* Canonical Anvida design tokens: palette + typography, shared by every web surface.
   Names match Brand.* in frontend/ios/EvenoraDemo/EvenoraDemo/Theme.swift.
   Do not duplicate these values elsewhere — reference this file directly where possible,
   or a verified copy of it (see docs/brand/verify-design-tokens.cjs) where it isn't. */
:root{
  --sky:#3E9BFF;
  --sea:#1B74DB;
  --sunshine:#FFD04D;
  --marigold:#FFB43B;
  --cloud:#EAF4FF;
  --charcoal:#2F3542;
  --muted:rgba(47,53,66,.6);
  --line:rgba(27,116,219,.12);
  --paper:#FFFFFF;
  --serif:ui-serif,Georgia,'Times New Roman',serif;
  --sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}
