/**
 * Generated from Notion — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f5f4;
  --surface-alt: #f6f5f4;
  --text: #000000e6;
  --text-dim: #000000e6;
  --text-faint: #00000061;
  --brand: #0075de;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000033;
  --success: #0a8754;
  --warning: #a06b00;
  --danger: #a02b1d;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-campaign: #191918;
  --color-bg-soft: #fbfaf9;
  --color-surface: #f6f5f4;
  --color-surface-hover: #dfdcd9;
  --color-surface-soft: #f9f9f8;
  --color-surface-strong: #eeede8;
  --color-surface-dark: #28272a;
  --color-text: #000000e6;
  --color-text-strong: #000000f2;
  --color-text-display: #000000;
  --color-text-muted: #0000008a;
  --color-text-soft: #00000096;
  --color-text-faint: #00000061;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #ffffffb3;
  --color-brand: #0075de;
  --color-brand-hover: #005bab;
  --color-brand-active: #00396b;
  --color-brand-soft: #e6f3fe;
  --color-campaign-launch: #455dd3;
  --color-accent: #62aef0;
  --color-accent-strong: #097fe8;
  --color-border: #0000001a;
  --color-border-soft: #00000014;
  --color-border-strong: #00000033;
  --color-on-brand: #ffffff;
  --color-success: #0a8754;
  --color-success-bg: #e8f5ee;
  --color-warning: #a06b00;
  --color-warning-bg: #fdf3e0;
  --color-danger: #a02b1d;
  --color-danger-bg: #fbeae8;
  --color-info: #0075de;
  --color-info-bg: #e6f3fe;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'NotionInter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'NotionInter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'iA Writer Mono', ui-monospace, monospace;
  --font-serif:   'Lyon Text', Georgia, serif;
}
