:root{--default-font:"Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--heading-font:"Montserrat", sans-serif;--nav-font:"Inter", sans-serif;--background-color:#070708;--default-color:#fffc;--heading-color:#fff;--accent-color:#008870;--surface-color:#1f1f23;--contrast-color:#fff;--nav-color:#fffc;--nav-hover-color:#008870;--nav-mobile-background-color:#1f1f23;--nav-dropdown-background-color:#1f1f23;--nav-dropdown-color:#fffc;--nav-dropdown-hover-color:#008870}.light-background{--background-color:#1d1d1e;--surface-color:#37373e}.dark-background{--background-color:#060606;--default-color:#fff;--heading-color:#fff;--surface-color:#252525;--contrast-color:#fff}:root{scroll-behavior:smooth}#preloader{z-index:999999;background:var(--background-color);transition:all .6s ease-out;position:fixed;inset:0;overflow:hidden}#preloader:before{content:"";border:6px solid #fff;border-color:var(--accent-color) transparent var(--accent-color) transparent;border-radius:50%;width:60px;height:60px;animation:1.5s linear infinite animate-preloader;position:fixed;top:calc(50% - 30px);left:calc(50% - 30px)}@keyframes animate-preloader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
