/**
 * Generated from Lowe's — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #1a1a1a;
  --brand: #012169;
  --on-brand: #ffffff;
  --border: #d0d0d0;
  --border-strong: #9a9a9a;
  --success: #007a3d;
  --warning: #cc6600;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #f5f5f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #eaeaea;
  --color-surface-blue-soft: #e6ecf5;
  --color-surface-red-soft: #fdeaea;
  --color-masthead: #012169;
  --color-masthead-deep: #001447;
  --color-masthead-active: #000d33;
  --color-brand: #012169;
  --color-brand-deep: #001447;
  --color-brand-darkest: #000d33;
  --color-lowes-red: #cc0000;
  --color-lowes-red-deep: #a30000;
  --color-lowes-red-active: #7a0000;
  --color-clearance-orange: #f26522;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5b5b5b;
  --color-text-soft: #7a7a7a;
  --color-text-on-blue: #ffffff;
  --color-text-on-red: #ffffff;
  --color-link: #0046be;
  --color-link-hover: #012169;
  --color-link-visited: #5e2a8c;
  --color-border: #d0d0d0;
  --color-border-soft: #e0e0e0;
  --color-border-strong: #9a9a9a;
  --color-border-input: #9a9a9a;
  --color-rating-orange: #f26522;
  --color-rating-empty: #d0d0d0;
  --color-pro-blue: #012169;
  --color-free-shipping: #007a3d;
  --color-in-stock: #007a3d;
  --color-out-of-stock: #7a7a7a;
  --color-clearance-tag: #cc0000;
  --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: #007a3d;
  --color-warning: #cc6600;
  --color-warning-soft: #fff4e5;
  --color-danger: #cc0000;
  --color-info: #012169;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --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;
}
