/**
 * Generated from Adidas — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #000000;
  --success: #1a8917;
  --warning: #bd5c00;
  --danger: #c12121;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #ffffff;
  --color-bg-inverse: #000000;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #ececec;
  --color-surface-grey: #767677;
  --color-surface-dark: #1d1d1d;
  --color-brand: #000000;
  --color-brand-on-dark: #ffffff;
  --color-brand-hover: #1d1d1d;
  --color-brand-active: #3c3c3c;
  --color-trefoil-red: #e32b2b;
  --color-sale-red: #e32b2b;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #767677;
  --color-text-soft: #a8a8a8;
  --color-text-on-black: #ffffff;
  --color-text-on-cta: #ffffff;
  --color-link: #000000;
  --color-link-hover: #000000;
  --color-link-underline: currentColor;
  --color-border: #cccccc;
  --color-border-soft: #ececec;
  --color-border-strong: #000000;
  --color-border-input: #000000;
  --color-border-divider: #000000;
  --color-outline-focus: #000000;
  --color-scrim: rgba(0,0,0,0.7);
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-modal: rgba(0,0,0,0.20);
  --color-success: #1a8917;
  --color-warning: #bd5c00;
  --color-warning-soft: #fff4e5;
  --color-danger: #c12121;
  --color-info: #0064d2;
  --color-rating-fill: #000000;
  --color-rating-empty: #cccccc;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

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