/**
 * Generated from Glif — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fcfaf6;
  --surface: #f1ede4;
  --surface-alt: #f1ede4;
  --text: #0e0e10;
  --text-dim: #0e0e10;
  --text-faint: #b8b8be;
  --brand: #2e9e4f;
  --on-brand: #fffaef;
  --border: #0000000f;
  --border-strong: #0000001f;
  --success: #2e9e4f;
  --warning: #d98a00;
  --danger: #d83a3a;

  /* full color palette */
  --color-bg: #fcfaf6;
  --color-bg-soft: #f6f3ec;
  --color-bg-elev: #f1ede4;
  --color-surface: #ffffff;
  --color-surface-2: #f6f3ec;
  --color-surface-3: #ebe6db;
  --color-text: #0e0e10;
  --color-text-strong: #000000;
  --color-text-muted: #55555a;
  --color-text-soft: #86868c;
  --color-text-faint: #b8b8be;
  --color-brand: #2e9e4f;
  --color-brand-hover: #28893f;
  --color-brand-active: #22742f;
  --color-brand-soft: #e6f4ea;
  --color-on-brand: #fffaef;
  --color-accent-warm: #fffbf6;
  --color-accent-warm-deep: #f3ece0;
  --color-accent-lilac: #efeaff;
  --color-accent-sky: #e6f1fb;
  --color-border: #0000000f;
  --color-border-strong: #0000001f;
  --color-border-subtle: #00000008;
  --color-border-focus: #2e9e4f;
  --color-success: #2e9e4f;
  --color-success-bg: #e6f4ea;
  --color-warning: #d98a00;
  --color-warning-bg: #fdf2dc;
  --color-danger: #d83a3a;
  --color-danger-bg: #fbe7e7;
  --color-info: #2e9e4f;
  --color-info-bg: #e6f4ea;

  /* type */
  --display-size: 80px;
  --h1-size: 54px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* 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: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Manrope', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
