/* Default theme — design tokens. Templates use these variables for layout. */
:root {
  --font-size: 16px;
  --foreground: oklch(0.145 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --radius: 0.625rem;

  --color-white: #fff;
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-purple-50: oklch(97.7% 0.014 308.299);
  --color-purple-200: oklch(90.2% 0.063 306.703);
  --color-purple-600: oklch(55.8% 0.288 302.321);
  --color-pink-600: oklch(59.2% 0.249 0.584);
  --color-gray-400: oklch(70.7% 0.022 261.325);

  --text-sm: 0.875rem;
  --accent: #7c3aed;
  --accent-2: #2563eb;
  --muted: #4b5563;
  --border: rgba(0, 0, 0, 0.06);
  --bg-alt: #f9fafb;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --mono: 'SF Mono', SFMono-Regular, ui-monospace, Menlo, Consolas, monospace;
}
