:root {
  /* Trisun-matched palette (from thetrisun.com source) */
  --background: #030609;
  --foreground: #f8f8f8;
  --card: #080c0f;
  --secondary: #12171a;
  --muted-foreground: #8f8f8f;
  --border: rgba(255, 255, 255, 0.08);
  --accent-teal: #00d4aa;
  --accent-cyan: #00b4d8;
  --gradient-brand: linear-gradient(90deg, #00d4aa 0%, #00b4d8 100%);
  --gradient-text: linear-gradient(90deg, #00d4aa 0%, #00b4d8 100%);
  --overlay-vignette: radial-gradient(ellipse at center, transparent 40%, rgba(10, 14, 26, 0.6) 100%);
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Space Grotesk", var(--font-sans);
  --container: 1280px;
  --header-h: 80px;
  --radius-full: 9999px;
}
