/**
 * Generated from Relume — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f1f0ee;
  --surface: #f7f6f4;
  --surface-alt: #f7f6f4;
  --text: #161616;
  --text-dim: #161616;
  --text-faint: #9a9a9a;
  --brand: #161616;
  --on-brand: #ffffff;
  --border: rgba(22,22,22,0.12);
  --border-strong: rgba(22,22,22,0.24);
  --success: #1f7a4d;
  --warning: #8a6d1f;
  --danger: #9a2a2a;

  /* full color palette */
  --color-bg: #f1f0ee;
  --color-bg-soft: #e9e8e5;
  --color-bg-elev: #f7f6f4;
  --color-bg-dark: #161616;
  --color-bg-dark-2: #222222;
  --color-surface: #ffffff;
  --color-surface-2: #e9e8e5;
  --color-surface-dark: #222222;
  --color-text: #161616;
  --color-text-strong: #000000;
  --color-text-muted: #3e3e3e;
  --color-text-soft: #6b6b6b;
  --color-text-faint: #9a9a9a;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #b8b8b8;
  --color-text-on-brand: #ffffff;
  --color-brand: #161616;
  --color-brand-hover: #3e3e3e;
  --color-brand-active: #000000;
  --color-brand-soft: rgba(22,22,22,0.06);
  --color-on-brand: #ffffff;
  --color-border: rgba(22,22,22,0.12);
  --color-border-strong: rgba(22,22,22,0.24);
  --color-border-soft: rgba(22,22,22,0.06);
  --color-border-dark: rgba(255,255,255,0.14);
  --color-success: #1f7a4d;
  --color-success-bg: #e3f0e9;
  --color-warning: #8a6d1f;
  --color-warning-bg: #f2ecd9;
  --color-danger: #9a2a2a;
  --color-danger-bg: #f2e0e0;
  --color-info: #161616;
  --color-info-bg: rgba(22,22,22,0.06);

  /* type */
  --display-size: 88px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

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

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