@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#1c2526;background:#f7f5f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.font-serif-display,h1,h2,h3,h4{font-family:"DM Serif Display",serif}.topo-lines{background-image:repeating-linear-gradient(15deg,transparent 0,transparent 31px,rgba(74,144,164,.08) 32px,transparent 33px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .7s ease both}.fade-in{animation:fadeIn .6s ease both}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-thumb{background:#3a6b1e;border-radius:9px}button,a{transition:.2s}.hero-bg{background:linear-gradient(90deg,#1c2526d1,#1c252694),url(https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?auto=format&fit=crop&w=1600&q=80) center/cover}.image-fallback{background:linear-gradient(135deg,#2d5016,#4a90a4);min-height:100%}
