:root {
  /* Brutalist paper + UN8 burgundy. Hard edges, no filigree. */
  --bg-deep: #efe8dc;
  --bg: #f4efe6;
  --bg-elevated: #fffdf8;
  --ink: #111111;
  --ink-soft: #2a2a2a;
  --ink-muted: #5c5752;
  --line: #111111;
  --line-strong: #111111;
  --accent: #8b1e2d;
  --accent-soft: rgba(139, 30, 45, 0.12);
  --royal: #8b1e2d;
  --royal-deep: #5c1018;
  --success: #2f5d45;
  --danger: #8b1e2d;
  --white: #fffdf8;

  --font-display: "Source Sans 3", "Segoe UI", sans-serif;
  --font-ui: "Source Sans 3", "Segoe UI", sans-serif;

  --radius: 0px;
  --radius-panel: 0px;
  --phone-max: 420px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);

  --shadow-soft: none;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
