:root{--black:#000000;--white:#FFFFFF;--off-white:#FAFAFA;--gray-50:#F5F5F5;--gray-100:#E8E8E8;--gray-200:#D4D4D4;--gray-400:#888888;--gray-600:#555555;--orange:#FF3B00;--darkred:#8B1A1A;--font:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;--radius:2px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background-color:var(--off-white)}html[data-theme=dark]{background-color:var(--black)}body{font-family:var(--font);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.burger-drawer:not(.active),.map-spot-overlay:not(.active),.search-overlay:not(.active){display:none}