/**
 * Generated from dbt Labs — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f1f5f9;
  --surface-alt: #f1f5f9;
  --text: #030711;
  --text-dim: #030711;
  --text-faint: #94a3b8;
  --brand: #fe6703;
  --on-brand: #030711;
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8fafc;
  --color-bg-surface: #f1f5f9;
  --color-bg-warm: #fff5ec;
  --color-bg-dark: #030711;
  --color-bg-dark-soft: #0b1220;
  --color-surface: #f1f5f9;
  --color-text: #030711;
  --color-text-strong: #0f172a;
  --color-text-body: #334155;
  --color-text-slate: #475569;
  --color-text-muted: #64748b;
  --color-text-faint: #94a3b8;
  --color-text-on-brand: #030711;
  --color-on-brand: #030711;
  --color-text-on-dark: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #94a3b8;
  --color-brand: #fe6703;
  --color-brand-hover: #e85d02;
  --color-brand-pressed: #cc5302;
  --color-brand-deep: #b34902;
  --color-brand-soft: #fff5ec;
  --color-brand-tint: #ffe2cc;
  --color-accent-cta-white: #ffffff;
  --color-link: #fe6703;
  --color-link-hover: #cc5302;
  --color-link-ink: #030711;
  --color-border: #e2e8f0;
  --color-border-soft: #eef2f6;
  --color-border-strong: #cbd5e1;
  --color-border-dark: #1e293b;
  --color-semantic-success: #0f9d58;
  --color-semantic-warning-bg: #fff7e0;
  --color-semantic-warning-text: #7a5a00;
  --color-semantic-error: #dc2626;
  --color-semantic-info: #2563eb;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

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