/**
 * Generated from Gitpod — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f9f9f9;
  --surface: #f2f2f3;
  --surface-alt: #f2f2f3;
  --text: #0a0e19;
  --text-dim: #0a0e19;
  --text-faint: #9499a3;
  --brand: #ffae33;
  --on-brand: #0a0e19;
  --border: rgba(10, 14, 25, 0.12);
  --border-strong: rgba(10, 14, 25, 0.24);
  --success: #1f9d55;
  --warning: #ffae33;
  --danger: #e5484d;

  /* full color palette */
  --color-bg: #f9f9f9;
  --color-bg-pure: #ffffff;
  --color-bg-elev: #f2f2f3;
  --color-bg-deeper: #ebebed;
  --color-bg-ink: #0a0e19;
  --color-surface: rgba(255, 255, 255, 0.85);
  --color-text: #0a0e19;
  --color-text-secondary: #3a3f4b;
  --color-text-tertiary: #5b606c;
  --color-text-faint: #9499a3;
  --color-text-on-dark: #f5f5f7;
  --color-text-on-dark-soft: #a7abb5;
  --color-brand: #ffae33;
  --color-brand-deep: #ff8a00;
  --color-brand-soft: rgba(255, 174, 51, 0.12);
  --color-brand-tint: rgba(255, 174, 51, 0.06);
  --color-link: #0a0e19;
  --color-link-hover: #ff8a00;
  --color-on-brand: #0a0e19;
  --color-cta-bg: #0a0e19;
  --color-cta-text: #ffffff;
  --color-cta-bg-secondary: rgba(255, 255, 255, 0.85);
  --color-cta-text-secondary: #0a0e19;
  --color-border: rgba(10, 14, 25, 0.12);
  --color-border-soft: rgba(10, 14, 25, 0.06);
  --color-border-strong: rgba(10, 14, 25, 0.24);
  --color-shadow-ambient: rgba(10, 14, 25, 0.04);
  --color-shadow-card: rgba(10, 14, 25, 0.06);
  --color-shadow-elev: rgba(10, 14, 25, 0.10);
  --color-scrim: rgba(10, 14, 25, 0.45);
  --color-success: #1f9d55;
  --color-success-soft: rgba(31, 157, 85, 0.12);
  --color-warning: #ffae33;
  --color-warning-soft: rgba(255, 174, 51, 0.12);
  --color-danger: #e5484d;
  --color-danger-soft: rgba(229, 72, 77, 0.12);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* 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: 'Martina Plantijn', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'ABC Diatype', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
