/**
 * Generated from Shopify — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #02090A;
  --surface-alt: #02090A;
  --text: #FFFFFF;
  --text-dim: #FFFFFF;
  --text-faint: #FFFFFF;
  --brand: #c6f432;
  --on-brand: #000000;
  --border: rgba(0,0,0,0.08);
  --border-strong: rgba(0,0,0,0.08);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep-teal: #02090A;
  --color-bg-dark-forest: #061A1C;
  --color-bg-forest: #102620;
  --color-surface: #02090A;
  --color-surface-elev: #061A1C;
  --color-surface-elev-2: #102620;
  --color-border-card: #1E2C31;
  --color-border-light: #E4E4E7;
  --color-border-shade-30: #D4D4D8;
  --color-brand-white: #FFFFFF;
  --color-brand-black: #000000;
  --color-accent-neon: #36F4A4;
  --color-accent-aloe: #C1FBD4;
  --color-accent-pistachio: #D4F9E0;
  --color-accent-aloe-deep: #9BE9B7;
  --color-text: #FFFFFF;
  --color-text-muted: #A1A1AA;
  --color-text-shade-30: #D4D4D8;
  --color-text-shade-50: #71717A;
  --color-text-shade-60: #52525B;
  --color-text-shade-70: #3F3F46;
  --color-link-muted: #9797A2;
  --color-link-sage: #9DABAD;
  --color-link-lavender: #BDBDCA;
  --color-link-mint: #99B3AD;
  --color-on-brand: #000000;
  --color-on-accent: #000000;
  --color-scrim: rgba(0,0,0,0.75);
  --color-shadow-card-1: rgba(0,0,0,0.10);
  --color-shadow-card-inset: rgba(255,255,255,0.03);
  --color-shadow-modal: rgba(0,0,0,0.25);
  --color-ring: #36F4A4;

  /* type */
  --display-size: 72px;
  --h1-size: 70px;
  --h2-size: 55px;
  --body-size: 18px;
  --label-size: 12px;
  --body-line-height: 1.56;
  --display-tracking: -0.025em;

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

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

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