/**
 * Generated from Raycast — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #07080a;
  --surface: #0d0d0d;
  --surface-alt: #0d0d0d;
  --text: #f4f5f7;
  --text-dim: #f4f5f7;
  --text-faint: #434345;
  --brand: #56c2ff;
  --on-brand: #07080a;
  --border: #262a2c;
  --border-strong: rgba(255, 255, 255, 0.16);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #07080a;
  --color-bg-100: #101111;
  --color-bg-200: #18191a;
  --color-bg-300: #313133;
  --color-surface: #0d0d0d;
  --color-surface-elevated: #101111;
  --color-surface-card: #121212;
  --color-surface-key-start: #121212;
  --color-surface-key-end: #0d0d0d;
  --color-text: #f4f5f7;
  --color-text-strong: #ffffff;
  --color-text-200: #c2c7ca;
  --color-text-300: #78787c;
  --color-text-400: #5e6366;
  --color-text-faint: #434345;
  --color-brand: #56c2ff;
  --color-blue: #56c2ff;
  --color-blue-soft: rgba(86, 194, 255, 0.15);
  --color-red: #ff6363;
  --color-red-soft: rgba(255, 99, 99, 0.15);
  --color-green: #5fd9a0;
  --color-green-soft: rgba(95, 217, 160, 0.15);
  --color-yellow: #ffc233;
  --color-yellow-soft: rgba(255, 194, 51, 0.15);
  --color-primary-cta-bg: rgba(255, 255, 255, 0.815);
  --color-primary-cta-text: #18191a;
  --color-primary-cta-pressed: rgba(232, 232, 232, 0.815);
  --color-hero-stripe-start: #ff5757;
  --color-hero-stripe-end: #a1131a;
  --color-link: #56c2ff;
  --color-link-hover: #7dd3ff;
  --color-border: #262a2c;
  --color-border-soft: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-semantic-success: #5fd9a0;
  --color-semantic-warning: #ffc233;
  --color-semantic-danger: #ff6363;
  --color-semantic-info: #56c2ff;
  --color-on-brand: #07080a;
  --color-on-dark: #ffffff;

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: 0;

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

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

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