/**
 * Generated from Gymshark — 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: #000000;
  --border-strong: #000000;
  --success: #1f8a4c;
  --warning: #b46a00;
  --danger: #d12b2b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f4f4;
  --color-surface-warm: #fafafa;
  --color-ink: #000000;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #53565a;
  --color-text-soft: #6b6e72;
  --color-brand: #000000;
  --color-brand-hover: #1a1a1a;
  --color-brand-active: #000000;
  --color-on-brand: #ffffff;
  --color-steel: #53565a;
  --color-steel-hover: #42454a;
  --color-steel-active: #383b3f;
  --color-on-steel: #ffffff;
  --color-border: #000000;
  --color-border-soft: #e2e2e2;
  --color-border-muted: #cfcfcf;
  --color-link: #000000;
  --color-link-hover: #53565a;
  --color-selected: #000000;
  --color-disabled-bg: #e2e2e2;
  --color-disabled-text: #9a9da1;
  --color-sale: #d12b2b;
  --color-sale-deep: #9e1f1f;
  --color-success: #1f8a4c;
  --color-warning: #b46a00;
  --color-danger: #d12b2b;
  --color-info: #1457d6;
  --color-scrim: rgba(0,0,0,0.55);
  --color-ring: #000000;
  --color-ring-on-dark: #ffffff;

  /* 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: 56px;

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

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