@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body{overflow-x:hidden;background:#000!important}#root{min-height:100vh;background:#000!important}:root{--color-background:#039;--color-foreground:#fafafa;--color-card:#383838;--color-border:#484848;--color-accent:#3b82f6;--color-background-accent:#1f2937;--color-primary-cta:#fafafa;--color-primary-cta-text:#09090b;--color-secondary-cta:#27272a;--color-secondary-cta-text:#fafafa;--radius-lg:1rem;--theme-border-radius:var(--radius-lg);--theme-border-radius-capped:var(--radius-lg)}}@layer utilities{.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}}
