/**
 * Generated from Ritual — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #142b6f;
  --text-dim: #142b6f;
  --text-faint: #142b6f;
  --brand: #142b6f;
  --on-brand: #ffffff;
  --border: #dfe3ec;
  --border-strong: #c3c9d8;
  --success: #1f8a5b;
  --warning: #e6bd00;
  --danger: #c2362b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f8fa;
  --color-bg-deeper: #eef0f5;
  --color-bg-navy: #142b6f;
  --color-bg-cream: #fbf7ee;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f8fa;
  --color-brand: #142b6f;
  --color-brand-hover: #0f2154;
  --color-brand-soft: #e7eaf3;
  --color-on-brand: #ffffff;
  --color-accent-yellow: #ffd200;
  --color-accent-yellow-soft: #fff3bf;
  --color-accent-yellow-deep: #e6bd00;
  --color-on-accent: #142b6f;
  --color-text: #142b6f;
  --color-text-strong: #0f2154;
  --color-text-muted: #5a6680;
  --color-border: #dfe3ec;
  --color-border-strong: #c3c9d8;
  --color-border-navy: #142b6f;
  --color-success: #1f8a5b;
  --color-warning: #e6bd00;
  --color-danger: #c2362b;
  --color-info: #142b6f;

  /* type */
  --display-size: 80px;
  --h1-size: 44px;
  --h2-size: 34px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'CircularXX', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'CircularXX', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
