/**
 * Generated from lululemon — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafafa;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #140f0f;
  --text-dim: #140f0f;
  --text-faint: #919191;
  --brand: #c8102e;
  --on-brand: #ffffff;
  --border: #d6d6d6;
  --border-strong: #140f0f;
  --success: #0f752f;
  --warning: #b15115;
  --danger: #d20014;

  /* full color palette */
  --color-bg: #fafafa;
  --color-bg-warm-bone: #efeeec;
  --color-bg-soft: #f9f9f8;
  --color-bg-disabled: #f4f3f2;
  --color-bg-image-placeholder: #e5e6e7;
  --color-surface: #ffffff;
  --color-surface-soft: #f9f9f8;
  --color-surface-inverse: #140f0f;
  --color-on-surface-inverse: #fdfdf6;
  --color-brand: #c8102e;
  --color-brand-hover: #a50d25;
  --color-brand-pressed: #840a1d;
  --color-brand-deep: #5a0710;
  --color-brand-tint: #fae5e7;
  --color-on-brand: #ffffff;
  --color-hot-heat: #de212f;
  --color-hot-heat-hover: #c81a26;
  --color-accent-lemonade: #f4ff8e;
  --color-accent-zest: #f3fed7;
  --color-accent-daydream: #c0ddff;
  --color-accent-wilderness: #142a0e;
  --color-accent-mossy: #524a43;
  --color-accent-espresso: #2b1f1e;
  --color-accent-sequoia: #73273d;
  --color-accent-rosewood: #dc6d85;
  --color-text: #140f0f;
  --color-text-strong: #140f0f;
  --color-text-muted: #757575;
  --color-text-soft: #53565a;
  --color-text-faint: #919191;
  --color-text-highlighted: #c8c8c8;
  --color-text-on-brand: #ffffff;
  --color-text-on-cta: #fdfdf6;
  --color-text-on-cta-marketing: #f4ff8e;
  --color-link: #c8102e;
  --color-link-hover: #a50d25;
  --color-border: #d6d6d6;
  --color-border-strong: #140f0f;
  --color-border-default: #757575;
  --color-border-soft: #d3d5d7;
  --color-border-brand: #c8102e;
  --color-focus-ring: #005fcc;
  --color-success: #0f752f;
  --color-success-bg: #e7f1ea;
  --color-warning: #b15115;
  --color-warning-bg: #f8efe8;
  --color-danger: #d20014;
  --color-danger-bg: #fae5e7;
  --color-info: #2966b0;
  --color-info-bg: #eaf0f7;

  /* type */
  --display-size: 100px;
  --h1-size: 64px;
  --h2-size: 56px;
  --body-size: 17px;
  --label-size: 14px;
  --body-line-height: 1.4;
  --display-tracking: -0.04em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 14px;
  --radius-pill: 999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 2px;
  --space-md: 8px;
  --space-lg: 20px;
  --space-xl: 32px;

  /* fonts */
  --font-display: 'Saans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Saans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
  --font-serif:   'KH Giga', Georgia, serif;
}
