/**
 * Generated from The Home Depot — 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: #f96302;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #999999;
  --success: #007e34;
  --warning: #cc6600;
  --danger: #c01818;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #f5f5f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e6e6e6;
  --color-surface-orange-soft: #fef3eb;
  --color-surface-blue-soft: #e8f0f7;
  --color-surface-charcoal: #333333;
  --color-surface-charcoal-deep: #1a1a1a;
  --color-masthead: #ffffff;
  --color-masthead-band: #f96302;
  --color-brand: #f96302;
  --color-brand-deep: #d65300;
  --color-brand-active: #a8420a;
  --color-brand-soft: #fef3eb;
  --color-pro-blue: #00659e;
  --color-pro-blue-deep: #004870;
  --color-pro-blue-active: #002f4d;
  --color-text: #333333;
  --color-text-strong: #000000;
  --color-text-muted: #595959;
  --color-text-soft: #7a7a7a;
  --color-text-on-brand: #ffffff;
  --color-text-on-charcoal: #ffffff;
  --color-link: #3e7697;
  --color-link-hover: #1f4d6e;
  --color-link-visited: #5e2a8c;
  --color-border: #cccccc;
  --color-border-soft: #e0e0e0;
  --color-border-strong: #999999;
  --color-border-input: #7a7a7a;
  --color-rating-orange: #f96302;
  --color-rating-empty: #cccccc;
  --color-savings-orange: #f96302;
  --color-pickup-green: #007e34;
  --color-pickup-green-deep: #005d26;
  --color-pro-tag: #00659e;
  --color-exclusive-tag: #f96302;
  --color-out-of-stock: #7a7a7a;
  --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: #007e34;
  --color-warning: #cc6600;
  --color-warning-soft: #fff5e6;
  --color-danger: #c01818;
  --color-info: #00659e;

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

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

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

  /* fonts */
  --font-display: 'Helvetica Neue 75 Bold', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Helvetica Neue 75 Bold', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
