/**
 * Generated from Cloudflare — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #262626;
  --text-dim: #262626;
  --text-faint: #262626;
  --brand: #ff5e1f;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #d4d4d4;
  --success: #058378;
  --warning: #ffac00;
  --danger: #c10007;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-canvas: #fbfbfb;
  --color-bg-elevated: #f8f8f8;
  --color-bg-recessed: #f3f3f3;
  --color-bg-hero: #262626;
  --color-bg-contrast: #0f0f0f;
  --color-surface: #ffffff;
  --color-text: #262626;
  --color-text-on-dark: #ffffff;
  --color-text-strong: #333333;
  --color-text-secondary: #525252;
  --color-text-subtle: #737373;
  --color-text-placeholder: #9ca3af;
  --color-brand: #ff5e1f;
  --color-brand-hover: #f54900;
  --color-brand-soft: rgba(255, 94, 31, 0.10);
  --color-badge-orange: #ffac00;
  --color-on-brand: #ffffff;
  --color-link: #193cb8;
  --color-border: #e5e5e5;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #d4d4d4;
  --color-success: #058378;
  --color-warning: #ffac00;
  --color-danger: #c10007;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 40px;
  --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: 'FT Kunst Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'FT Kunst Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
