/* ──────────────────────────────────────────────────────────────
   Tailwind v4 @theme — generated by designlang
   site: Just a moment...
   2026-06-12T12:49:24.916Z
   Drop this above `@import "tailwindcss";`.
   ────────────────────────────────────────────────────────────── */

@import "tailwindcss";

@theme {
  --color-neutral-50: #8e8ea0;
  --color-neutral-100: #000000;
  --color-foreground: #000000;
  --font-sans: "Arial", system-ui, sans-serif;
  --spacing-1: 8px;
  --spacing-2: 32px;
  --radius-sm: 5px;
}

/* Optional base reset that maps body/heading to the extracted tokens. */
@layer base {
  html { font-family: var(--font-sans); }
}
