@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";@font-face{font-family:Glacial Indifference;src:url(/fonts/GlacialIndifference-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Glacial Indifference;src:url(/fonts/GlacialIndifference-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Glacial Indifference;src:url(/fonts/GlacialIndifference-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@tailwind base;@tailwind components;@tailwind utilities;:root{--color-black: #080808;--color-dark-teal: #B0A89A;--color-primary-teal: #B0A89A;--color-off-white: #F5F0EB;--color-light-surface: #FAFAF8;--green-primary: #B0A89A;--green-light: #0F8A7A;--cream: #F5F0EB;--cream-dark: #E8E2DB;--bg-primary: #DFD9CE;--bg-secondary: #D4CFC4;--text-primary: #1A1A1A;--text-secondary: rgba(26, 26, 26, .7);--border-light: rgba(26, 26, 26, .1)}[data-theme=dark]{--bg-primary: #080808;--bg-secondary: #B0A89A;--text-primary: #F5F0EB;--text-secondary: rgba(245, 240, 235, .7);--border-light: rgba(245, 240, 235, .1)}html{font-family:Inter,sans-serif;scroll-behavior:auto;background-color:var(--bg-primary)}h1,h2,h3,h4,h5,h6{font-family:Glacial Indifference,sans-serif}body{@apply antialiased;color:var(--text-primary);background-color:var(--bg-primary)}#root{overflow-x:clip;width:100%}@keyframes pulse-green{0%{box-shadow:0 0 #01c063b3}70%{box-shadow:0 0 0 15px #01c06300}to{box-shadow:0 0 #01c06300}}.btn-pulse{transition:all .3s ease!important}.btn-pulse:hover{background-color:#01c063!important;color:#fff!important;border-color:#01c063!important;animation:pulse-green 1.5s infinite}.glow-pulse{transition:box-shadow .3s ease,border-color .3s ease!important}.glow-pulse:hover{box-shadow:0 0 0 2px #01c063d9!important;border-color:#01c063d9!important;animation:pulse-green 1.5s infinite}.select-pulse{transition:border-color .3s ease,box-shadow .3s ease!important;cursor:pointer!important}.select-pulse:hover,.select-pulse:focus{border-color:#01c063!important;box-shadow:0 0 0 2px #01c06366!important;outline:none!important;animation:pulse-green 1.5s infinite}
