/**
 * Generated from Best Buy — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1d252c;
  --text-dim: #1d252c;
  --text-faint: #1d252c;
  --brand: #0046be;
  --on-brand: #ffffff;
  --border: #d8d8d8;
  --border-strong: #bcbcbc;
  --success: #118738;
  --warning: #b35900;
  --danger: #c91432;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #f7f7f7;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f4f4;
  --color-surface-strong: #e6e6e6;
  --color-surface-blue-soft: #e5edf9;
  --color-surface-yellow-soft: #fffbcc;
  --color-brand: #0046be;
  --color-brand-hover: #003795;
  --color-brand-active: #002a73;
  --color-brand-pale: #cdd9ee;
  --color-brand-yellow: #fff000;
  --color-brand-yellow-hover: #ffe600;
  --color-text: #1d252c;
  --color-text-strong: #000000;
  --color-text-muted: #54646c;
  --color-text-soft: #737d83;
  --color-text-on-brand: #ffffff;
  --color-text-on-yellow: #1d252c;
  --color-text-on-dark: #ffffff;
  --color-link: #0046be;
  --color-link-hover: #003795;
  --color-link-visited: #5c2e91;
  --color-border: #d8d8d8;
  --color-border-soft: #ececec;
  --color-border-strong: #bcbcbc;
  --color-border-input: #9e9e9e;
  --color-rating-yellow: #ffd200;
  --color-rating-empty: #d8d8d8;
  --color-geek-squad-black: #000000;
  --color-geek-squad-orange: #ff6c00;
  --color-member-platinum: #5c4ca2;
  --color-totaltech-blue: #003795;
  --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: #118738;
  --color-success-soft: #e6f4ea;
  --color-warning: #b35900;
  --color-warning-soft: #fff4e5;
  --color-danger: #c91432;
  --color-danger-soft: #fbe8ec;
  --color-info: #0046be;

  /* 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: 'Human BBY Web', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Human BBY Web', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
