@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Poppins:wght@600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color:#2c1a0e;background:#fdf8f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Nunito,sans-serif;background:#fdf8f0;color:#2c1a0e;background-image:radial-gradient(rgba(224,123,35,.06) 1px,transparent 1px);background-size:24px 24px}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}::selection{background:#f5c842;color:#2c1a0e}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fdf8f0}::-webkit-scrollbar-thumb{background:#2d6a2d;border-radius:999px;border:2px solid #fdf8f0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e07b23;color:#fff;padding:.75rem 1.5rem;font-weight:800;transition:.2s ease;box-shadow:0 8px 18px #e07b2338}.btn-primary:hover{background:#bd5d12;transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border:2px solid #2d6a2d;border-radius:999px;color:#2d6a2d;padding:.65rem 1.45rem;font-weight:800;transition:.2s ease}.btn-secondary:hover{background:#2d6a2d;color:#fff}
