@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-size:clamp(15px,.3vw + 14px,18px);scroll-behavior:smooth}body{@apply bg-background-dark text-gray-100 antialiased overflow-x-hidden text-[clamp(1rem,.5vw+.875rem,1.125rem)] leading-relaxed;font-family:Montserrat,sans-serif}img{@apply block max-w-full object-cover object-center;height:auto}@keyframes breathe{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.animate-pulse{animation:breathe 1.5s ease-in-out infinite}section{padding-top:clamp(2rem,6vh,8rem);padding-bottom:clamp(2rem,6vh,8rem)}.container-fluid{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding-left:clamp(1rem,4vw,4rem);padding-right:clamp(1rem,4vw,4rem)}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}input[type=date]::-webkit-datetime-edit-text,input[type=date]::-webkit-datetime-edit-month-field,input[type=date]::-webkit-datetime-edit-day-field,input[type=date]::-webkit-datetime-edit-year-field{color:#fff}::placeholder{color:#9ca3af!important;opacity:1!important}input,select,textarea{color:#fff!important}}
