/**
 * Generated from Svelte — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #15191e;
  --text-dim: #15191e;
  --text-faint: #8c8c8c;
  --brand: #ff3e00;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000033;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f9f9f9;
  --color-bg-strong: #f4f4f4;
  --color-surface: #ffffff;
  --color-surface-strong: #f4f4f4;
  --color-surface-muted: #ededed;
  --color-text: #15191e;
  --color-text-strong: #000000;
  --color-text-muted: #5b5b5b;
  --color-text-faint: #8c8c8c;
  --color-text-disabled: #bababa;
  --color-brand: #ff3e00;
  --color-brand-hover: #e63600;
  --color-brand-strong: #cc3100;
  --color-brand-soft: #fff1ec;
  --color-brand-faint: #fff8f5;
  --color-accent: #40b3ff;
  --color-accent-strong: #1d96e0;
  --color-link: #ff3e00;
  --color-link-hover: #cc3100;
  --color-link-doc: #40b3ff;
  --color-link-doc-hover: #1d96e0;
  --color-link-visited: #a78bfa;
  --color-selected: #fff1ec;
  --color-disabled-bg: #f4f4f4;
  --color-disabled-text: #bababa;
  --color-border: #0000001a;
  --color-border-strong: #00000033;
  --color-border-subtle: #0000000d;
  --color-divider: #00000014;
  --color-inverse-bg: #0d1117;
  --color-inverse-text: #e6e6e6;
  --color-inverse-text-muted: #8b949e;
  --color-inverse-border: #30363d;
  --color-shadow-soft: rgba(0, 0, 0, 0.04);
  --color-shadow-standard: rgba(0, 0, 0, 0.08);
  --color-shadow-orange: rgba(255, 62, 0, 0.18);
  --color-success-bg: #dcfce7;
  --color-success-text: #166534;
  --color-success-border: #86efac;
  --color-warning-bg: #fff1ec;
  --color-warning-text: #cc3100;
  --color-warning-border: #ff3e00;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #991b1b;
  --color-danger-border: #fca5a5;
  --color-info-bg: #e0f2ff;
  --color-info-text: #0c4a6e;
  --color-info-border: #7dd3fc;
  --color-on-brand: #ffffff;
  --color-on-accent: #ffffff;

  /* type */
  --display-size: 96px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 17px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'Overpass', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Source Sans Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Fira Mono', ui-monospace, monospace;
}
