/**
 * Brand tokens — locked specification
 * Do not drift from these values without an explicit brand update.
 */

:root {
  /* ─── Colors (exact) ─────────────────────────────────── */
  --color-canvas: #f7f1ef;
  --color-surface: #ffffff;
  --color-ink: #282b31;
  --color-ink-muted: #282B31;
  --color-primary: #6a2e0a;
  --color-accent: #c84040;

  /* ─── Buttons (match iOS app) ────────────────────────── */
  --btn-primary-bg: #6a2e0a;
  --btn-primary-text: #ffffff;
  --btn-radius: 12px;

  /* ─── Typography ─────────────────────────────────────── */
  --font-sans: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
}
