/**
 * Generated from Wayfair — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafbfc;
  --surface: #fafbfc;
  --surface-alt: #fafbfc;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #0a0a0a;
  --brand: #0a0a0a;
  --on-brand: #fafbfc;
  --border: #000000;
  --border-strong: #0a0a0a;
  --success: #1a7f3c;
  --warning: #a05a00;
  --danger: #c81e1e;

  /* full color palette */
  --color-bg: #fafbfc;
  --color-bg-page: #ffffff;
  --color-surface: #fafbfc;
  --color-surface-soft: #f4f5f7;
  --color-surface-strong: #eceef1;
  --color-surface-muted: #f7f8fa;
  --color-brand: #0a0a0a;
  --color-brand-hover: #000000;
  --color-brand-active: #222222;
  --color-brand-pale: #e6e6e6;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-muted: #555555;
  --color-text-soft: #777777;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-heritage-purple: #7B189F;
  --color-link: #0a0a0a;
  --color-link-hover: #000000;
  --color-border: #000000;
  --color-border-soft: #e6e8eb;
  --color-border-strong: #0a0a0a;
  --color-border-input: #c8ccd0;
  --color-border-soft-hover: #0a0a0a;
  --color-rating-fill: #0a0a0a;
  --color-rating-empty: #e6e8eb;
  --color-save-heart: #cc1c1c;
  --color-save-heart-empty: #0a0a0a;
  --color-promo-yellow: #f5d342;
  --color-promo-yellow-text: #0a0a0a;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(15,17,21,0.06);
  --color-shadow-elev: rgba(15,17,21,0.12);
  --color-shadow-hover: rgba(15,17,21,0.10);
  --color-success: #1a7f3c;
  --color-success-soft: #e8f5ec;
  --color-warning: #a05a00;
  --color-warning-soft: #fdf3e2;
  --color-danger: #c81e1e;
  --color-danger-soft: #fbe9e9;
  --color-info: #0a0a0a;
  --color-free-shipping: #1a7f3c;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --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: 24px;
  --space-xl: 40px;

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