/**
 * Generated from Remix — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f7f7f7;
  --surface-alt: #f7f7f7;
  --text: #121212;
  --text-dim: #121212;
  --text-faint: #bdbdbd;
  --brand: #3992ff;
  --on-brand: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --border-strong: rgba(0, 0, 0, 0.2);
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #f44250;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-invert: #000000;
  --color-surface: #f7f7f7;
  --color-surface-strong: #ededed;
  --color-surface-soft: #fafafa;
  --color-bg-overlay: rgba(0, 0, 0, 0.5);
  --color-text: #121212;
  --color-text-strong: #000000;
  --color-text-muted: #6b6b6b;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bdbdbd;
  --color-text-on-bg-invert: #ffffff;
  --color-brand: #3992ff;
  --color-brand-hover: #1c6fd6;
  --color-brand-active: #155ab0;
  --color-brand-soft: rgba(57, 146, 255, 0.1);
  --color-brand-tint: rgba(57, 146, 255, 0.15);
  --color-accent: #f44250;
  --color-accent-soft: rgba(244, 66, 80, 0.1);
  --color-border: rgba(0, 0, 0, 0.1);
  --color-border-strong: rgba(0, 0, 0, 0.2);
  --color-border-subtle: rgba(0, 0, 0, 0.05);
  --color-border-brand: #3992ff;
  --color-border-focus: #3992ff;
  --color-border-on-invert: rgba(255, 255, 255, 0.15);
  --color-code-bg: #000000;
  --color-code-text: #ffffff;
  --color-code-border: rgba(255, 255, 255, 0.15);
  --color-code-keyword: #3992ff;
  --color-code-string: #a3eb8e;
  --color-code-comment: #6b6b6b;
  --color-code-fn: #fbbf24;
  --color-success: #10b981;
  --color-success-bg: rgba(16, 185, 129, 0.1);
  --color-warning: #f59e0b;
  --color-warning-bg: rgba(245, 158, 11, 0.1);
  --color-danger: #f44250;
  --color-danger-bg: rgba(244, 66, 80, 0.1);
  --color-info: #3992ff;
  --color-info-bg: rgba(57, 146, 255, 0.1);
  --color-on-brand: #ffffff;
  --color-on-invert: #ffffff;
  --color-on-bg: #121212;
  --color-on-surface: #121212;

  /* type */
  --display-size: 128px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 18px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.045em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 2px;
  --space-md: 8px;
  --space-lg: 20px;
  --space-xl: 32px;

  /* fonts */
  --font-display: 'Founders Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
