/**
 * Generated from Allbirds — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ece9e2;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #a6a39b;
  --brand: #3a6b52;
  --on-brand: #ffffff;
  --border: #d6d2c8;
  --border-strong: #b9b4a7;
  --success: #3a6b52;
  --warning: #c08457;
  --danger: #a3402f;

  /* full color palette */
  --color-bg: #ece9e2;
  --color-bg-soft: #f4f2ec;
  --color-bg-deeper: #e2ded4;
  --color-bg-warm: #f0ede5;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f5ef;
  --color-surface-deeper: #e6e2d8;
  --color-brand: #3a6b52;
  --color-brand-hover: #2f5743;
  --color-brand-pressed: #264634;
  --color-brand-deep: #1c3527;
  --color-brand-tint: #dfe8e1;
  --color-on-brand: #ffffff;
  --color-charcoal: #2a2a2a;
  --color-charcoal-soft: #444444;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #555555;
  --color-text-soft: #767676;
  --color-text-faint: #a6a39b;
  --color-text-on-brand: #ffffff;
  --color-link: #000000;
  --color-link-hover: #3a6b52;
  --color-selected-bg: #dfe8e1;
  --color-border: #d6d2c8;
  --color-border-strong: #b9b4a7;
  --color-border-soft: #e4e0d6;
  --color-border-brand: #3a6b52;
  --color-clay: #c08457;
  --color-success: #3a6b52;
  --color-warning: #c08457;
  --color-danger: #a3402f;
  --color-info: #3a6b52;

  /* type */
  --display-size: 56px;
  --h1-size: 24px;
  --h2-size: 22px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

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

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