/* Brand tokens — Option A (see DESIGN.md). If mom picks B, this file and
   logo.svg are the only web files that change. */
:root {
  --brand-primary: #0E4C8A;
  --brand-accent: #37B6E9;
  --brand-soft: #BFE6F8;
  --brand-bg: #F4FAFD;
  --ink: #123047;
  --line-green: #06C755; /* LINE CTA only — never restyle */
  --font-display: "Prompt", "Noto Sans Thai", system-ui, sans-serif;
  --font-body: "Sarabun", "Noto Sans Thai", system-ui, sans-serif;
}
