/**
 * Generated from Nike — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #111111;
  --text-dim: #111111;
  --text-faint: #111111;
  --brand: #111111;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.08);
  --border-strong: rgba(0,0,0,0.08);
  --success: #007d48;
  --warning: #a35316;
  --danger: #d30005;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #111111;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-warm: #fafafa;
  --color-ink: #111111;
  --color-ink-true: #000000;
  --color-charcoal: #39393b;
  --color-ash: #4b4b4d;
  --color-mute: #707072;
  --color-stone: #9e9ea0;
  --color-hairline: #cacacb;
  --color-hairline-soft: #e5e5e5;
  --color-text: #111111;
  --color-text-strong: #111111;
  --color-text-muted: #707072;
  --color-text-soft: #9e9ea0;
  --color-text-on-ink: #ffffff;
  --color-brand: #111111;
  --color-brand-hover: #000000;
  --color-brand-active: #111111;
  --color-on-brand: #ffffff;
  --color-link: #111111;
  --color-link-hover: #707072;
  --color-visited: #111111;
  --color-selected: #111111;
  --color-disabled-bg: #cacacb;
  --color-disabled-text: #707072;
  --color-sale: #d30005;
  --color-sale-deep: #780700;
  --color-success: #007d48;
  --color-success-bright: #1eaa52;
  --color-warning: #a35316;
  --color-danger: #d30005;
  --color-info: #1151ff;
  --color-info-deep: #0034e3;
  --color-accent-pink: #ed1aa0;
  --color-accent-pink-soft: #ffb0dd;
  --color-accent-purple-soft: #beaffd;
  --color-accent-purple-pale: #d6d1ff;
  --color-accent-teal: #0a7281;
  --color-accent-pink-deep: #4c012d;
  --color-scrim: rgba(0,0,0,0.5);
  --color-ring: #111111;
  --color-ring-on-dark: #ffffff;

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

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

  /* fonts */
  --font-display: 'Nike Futura ND', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Helvetica Now Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
