/* AZDAT design tokens (from snippet) */
@layer tokens {
:root {
  --content-max: 980px;
  --form-max: 600px;
  --bg: #ffffff;
  --fg: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --border: #e2e8f0;
  --accent: #0ea5e9;
  --brand: #4f46e5;
  /* Optional font tokens */
  --font-sans: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
}
} /* end @layer tokens */
