@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Inter:wght@300;400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--accent: #3b82f6;--background: #09090b;--foreground: #e8e6e1}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:Inter,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}::selection{background:#3b82f64d;color:#fff}
