@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{margin:0;font-family:var(--font-main);background-color:#faf7f2;color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6,.font-display{font-family:var(--font-display);letter-spacing:-.015em}input,select,textarea,button{font-family:var(--font-main)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f4efe6}::-webkit-scrollbar-thumb{background:#d8cebe;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#baac99}
