/**
 * Generated from Costco — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #333333;
  --brand: #005dab;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #999999;
  --success: #3a8b00;
  --warning: #cc6600;
  --danger: #e31837;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #f4f4f4;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f4f4;
  --color-surface-strong: #e8e8e8;
  --color-surface-yellow: #fff8d6;
  --color-surface-blue-soft: #e3f0fa;
  --color-masthead: #005dab;
  --color-masthead-deep: #003e74;
  --color-masthead-active: #002c52;
  --color-brand: #005dab;
  --color-brand-deep: #003e74;
  --color-brand-darkest: #002c52;
  --color-costco-red: #e31837;
  --color-costco-red-deep: #b41027;
  --color-costco-red-active: #8c0c1f;
  --color-warehouse-yellow: #ffeb00;
  --color-warehouse-yellow-deep: #fdd000;
  --color-text: #333333;
  --color-text-strong: #000000;
  --color-text-muted: #5e5e5e;
  --color-text-soft: #7d7d7d;
  --color-text-on-blue: #ffffff;
  --color-text-on-red: #ffffff;
  --color-text-on-yellow: #000000;
  --color-link: #005dab;
  --color-link-hover: #003e74;
  --color-link-visited: #5e2a8c;
  --color-border: #cccccc;
  --color-border-soft: #e0e0e0;
  --color-border-strong: #999999;
  --color-border-input: #999999;
  --color-rating-yellow: #fdd000;
  --color-rating-empty: #cccccc;
  --color-member-savings: #e31837;
  --color-online-only: #005dab;
  --color-out-of-stock: #7d7d7d;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.16);
  --color-success: #3a8b00;
  --color-warning: #cc6600;
  --color-warning-soft: #fff7e6;
  --color-danger: #e31837;
  --color-info: #005dab;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.43;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
