/**
 * Generated from Everlane — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f7f7f5;
  --surface-alt: #f7f7f5;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #121212;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #000000;
  --success: #1f7a3d;
  --warning: #9a6b00;
  --danger: #b3261e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #f7f7f5;
  --color-surface-soft: #fafaf9;
  --color-text: #000000;
  --color-text-display: #121212;
  --color-text-muted: #767676;
  --color-text-soft: #9b9b9b;
  --color-brand: #121212;
  --color-on-brand: #ffffff;
  --color-link: #000000;
  --color-border: #000000;
  --color-border-soft: #e4e4e2;
  --color-border-input: #bdbdbd;
  --color-scrim: rgba(0,0,0,0.45);
  --color-success: #1f7a3d;
  --color-warning: #9a6b00;
  --color-danger: #b3261e;
  --color-sale: #b3261e;

  /* type */
  --display-size: 56px;
  --h1-size: 32px;
  --h2-size: 26px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

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

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

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