/**
 * Generated from Supreme — 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: #cc0000;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #000000;
  --success: #008000;
  --warning: #cc6600;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #ffffff;
  --color-surface-strong: #f5f5f5;
  --color-brand: #cc0000;
  --color-brand-hover: #a30000;
  --color-brand-active: #820000;
  --color-brand-pale: #ffe5e5;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #999999;
  --color-text-on-red: #ffffff;
  --color-text-on-black: #ffffff;
  --color-link: #0000cc;
  --color-link-visited: #551a8b;
  --color-link-hover: #0000cc;
  --color-border: #000000;
  --color-border-soft: #cccccc;
  --color-border-strong: #000000;
  --color-border-input: #000000;
  --color-outline-focus: #000000;
  --color-scrim: rgba(0,0,0,0.7);
  --color-shadow-card: transparent;
  --color-shadow-modal: transparent;
  --color-success: #008000;
  --color-warning: #cc6600;
  --color-warning-soft: #fff4e5;
  --color-danger: #cc0000;
  --color-info: #0000cc;
  --color-rating-fill: #000000;
  --color-drop-red: #cc0000;
  --color-sold-out-text: #666666;
  --color-weekly-rotate-bg: #000000;
  --color-weekly-rotate-text: #ffffff;

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

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

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

  /* fonts */
  --font-display: 'Courier New', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Courier New', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Courier New', ui-monospace, monospace;
}
