/**
 * Generated from On — 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: rgba(0,0,0,0.08);
  --border-strong: rgba(0,0,0,0.08);
  --success: #1f8a4c;
  --warning: #a35316;
  --danger: #d11507;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #000000;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-warm: #fafafa;
  --color-ink: #000000;
  --color-ink-soft: #0a0a0a;
  --color-charcoal: #333333;
  --color-mute: #525252;
  --color-mute-soft: #767676;
  --color-stone: #9a9a9a;
  --color-hairline: #d4d4d4;
  --color-hairline-soft: #e5e5e5;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #525252;
  --color-text-soft: #767676;
  --color-text-on-ink: #ffffff;
  --color-brand: #000000;
  --color-brand-hover: #1a1a1a;
  --color-brand-active: #000000;
  --color-on-brand: #ffffff;
  --color-pill-light: #ffffff;
  --color-pill-light-text: #000000;
  --color-link: #000000;
  --color-link-hover: #525252;
  --color-visited: #000000;
  --color-selected: #000000;
  --color-disabled-bg: #e5e5e5;
  --color-disabled-text: #9a9a9a;
  --color-accent-coral: #e63312;
  --color-accent-coral-deep: #b3260d;
  --color-sale: #e63312;
  --color-success: #1f8a4c;
  --color-success-bright: #34c873;
  --color-warning: #a35316;
  --color-danger: #d11507;
  --color-info: #1151ff;
  --color-scrim: rgba(0,0,0,0.55);
  --color-ring: #000000;
  --color-ring-on-dark: #ffffff;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --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: 9999px;

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

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