/**
 * Generated from Calm — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f6f1e6;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1d2629;
  --text-dim: #1d2629;
  --text-faint: #bcc4ca;
  --brand: #1d4763;
  --on-brand: #f6f1e6;
  --border: #d8d2c4;
  --border-strong: #bcb6a8;
  --success: #2a4a3e;
  --warning: #cb9c45;
  --danger: #a35353;

  /* full color palette */
  --color-bg: #f6f1e6;
  --color-bg-soft: #fbf8f0;
  --color-bg-deeper: #ede5d3;
  --color-bg-warm: #f9f4ea;
  --color-surface: #ffffff;
  --color-surface-soft: #fbf8f0;
  --color-surface-cream: #f0e9d8;
  --color-brand: #1d4763;
  --color-brand-hover: #163847;
  --color-brand-pressed: #102835;
  --color-brand-deep: #091e29;
  --color-brand-tint: #dde6ed;
  --color-on-brand: #f6f1e6;
  --color-forest: #2a4a3e;
  --color-forest-deep: #1c3a30;
  --color-forest-soft: #dce5e0;
  --color-text: #1d2629;
  --color-text-strong: #091e29;
  --color-text-muted: #5a6770;
  --color-text-soft: #8a949c;
  --color-text-faint: #bcc4ca;
  --color-text-on-brand: #f6f1e6;
  --color-link: #1d4763;
  --color-link-hover: #2a4a3e;
  --color-selected-bg: #dde6ed;
  --color-border: #d8d2c4;
  --color-border-strong: #bcb6a8;
  --color-border-soft: #e8e3d6;
  --color-border-brand: #1d4763;
  --color-amber: #cb9c45;
  --color-rose: #c47e7e;
  --color-success: #2a4a3e;
  --color-warning: #cb9c45;
  --color-danger: #a35353;
  --color-info: #1d4763;

  /* type */
  --display-size: 72px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.7;
  --display-tracking: -0.015em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 8px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 80px;

  /* fonts */
  --font-display: 'Visby Round', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Visby Round', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
  --font-serif:   'Calm Serif', Georgia, serif;
}
