/**
 * Generated from Walmart — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #2a2a2a;
  --text-dim: #2a2a2a;
  --text-faint: #2a2a2a;
  --brand: #0071ce;
  --on-brand: #ffffff;
  --border: #d6dbdf;
  --border-strong: #74767c;
  --success: #3a8b00;
  --warning: #cc6700;
  --danger: #cc0d20;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #f2f8fd;
  --color-surface: #ffffff;
  --color-surface-soft: #f2f2f2;
  --color-surface-strong: #dde2e6;
  --color-surface-yellow: #fff5d6;
  --color-surface-blue-light: #e3f1fc;
  --color-masthead: #0071ce;
  --color-masthead-deep: #004f9a;
  --color-masthead-active: #003b76;
  --color-brand: #0071ce;
  --color-brand-deep: #004f9a;
  --color-brand-darkest: #001e60;
  --color-spark: #ffc220;
  --color-spark-hover: #fdbb1f;
  --color-spark-deep: #f7a304;
  --color-text: #2a2a2a;
  --color-text-strong: #000000;
  --color-text-muted: #5e6166;
  --color-text-soft: #74767c;
  --color-text-on-dark: #ffffff;
  --color-text-on-yellow: #2a2a2a;
  --color-text-on-blue: #ffffff;
  --color-link: #004f9a;
  --color-link-hover: #0071ce;
  --color-border: #d6dbdf;
  --color-border-soft: #e6e9ec;
  --color-border-strong: #74767c;
  --color-border-input: #a6a6a6;
  --color-rollback: #cc0d20;
  --color-rollback-deep: #a8081a;
  --color-clearance: #cc0d20;
  --color-great-value: #0071ce;
  --color-freshness-green: #76b82a;
  --color-walmart-plus-pink: #ed1c79;
  --color-rating-yellow: #ffc220;
  --color-rating-empty: #d6dbdf;
  --color-scrim: rgba(0,0,0,0.6);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.16);
  --color-success: #3a8b00;
  --color-warning: #cc6700;
  --color-warning-soft: #fff7e6;
  --color-danger: #cc0d20;
  --color-info: #0071ce;

  /* 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: 8px;
  --radius-card: 16px;
  --radius-pill: 9999px;

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

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