@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply border-gray-800;}body{@apply bg-black text-white font-display;font-feature-settings:"rlig" 1,"calt" 1}}@layer components{.gradient-text{@apply bg-gradient-to-r from-emerald-400 to-emerald-600 bg-clip-text text-transparent;}.emerald-glow{@apply shadow-emerald-500/20;}}
