@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap";.navigation{background:transparent;height:var(--nav-height);width:100%;position:sticky;top:0;z-index:2;display:flex;justify-content:space-evenly;align-items:center;gap:20%;transition:.3s}.navigation.inverted{background:var(--accent-color)}.nav-logo{opacity:0;height:36px}.nav-logo.show-logo{opacity:1;transition:.3s}@media(max-width:800px){.navigation{justify-content:space-between;padding:20px;box-sizing:border-box}.navigation.open{background:var(--accent-color);transition:0s}.navigation.open>.nav-logo{opacity:1}}#nav-logo-img{width:36px;height:36px}#nav-buttons{display:flex;align-items:center;justify-content:center;gap:40px}@media(max-width:800px){#nav-buttons{display:none}}#nav-buttons>a{text-decoration:none;color:var(--accent-text-color);font-weight:600;font-size:16px}.navigation.inverted #nav-buttons>a{color:#fff}.navigation #nav-buttons>a:hover,.navigation #nav-buttons>a:focus{color:#9eb7a1}#nav-menu-button{display:none}@media(max-width:800px){#nav-menu-button{display:block}.nav-menu-button-toggle{background-color:transparent;color:var(--accent-color);width:40px;height:40px;padding:0}.nav-menu-button-toggle rect{transition:.3s;fill:var(--accent-text-color)}.nav-menu-button-toggle.open rect,.navigation.inverted .nav-menu-button-toggle rect{fill:#9eb7a1}.nav-menu-button-open{display:none;position:absolute;width:100vw;left:0;top:var(--nav-height);background:var(--accent-color)}.nav-menu-button-open.open{display:block}.nav-menu-button-open>a{display:block;height:75px;width:100%;color:#fff;text-decoration:none;padding:0 25px;box-sizing:border-box;line-height:75px}}.theme-button{position:absolute;top:10px;right:10px;width:30px;height:30px;background:transparent;--color: var(--accent-text-color);display:flex;align-items:center;justify-content:center}.navigation.inverted .theme-button{--color: #ffffff}.navigation .theme-button:hover,.navigation .theme-button:focus{--color: #9eb7a1}.theme-button>svg{min-width:25px}.theme-button path,.theme-button rect,.theme-button line{fill:var(--color);stroke:var(--color)}@media(max-width:800px){.theme-button{right:80px}.navigation.open .theme-button,.navigation.inverted .theme-button{--color: #9eb7a1}}body{--nav-height: 50px;--in-transition: .2s;--out-transition: .3s;--primary-color: #ffffff;--text-color: #000000;--accent-color: #1f3f1f;--accent-text-color: #1f3f1f;--second-accent-color: #9eb7a1;font-family:Inter,sans-serif;overflow-x:hidden;background-color:var(--primary-color);color:var(--text-color);color-scheme:light}body.dark-theme{color-scheme:dark;--primary-color: #071414;--text-color: #ffffff;--accent-text-color: #7cb583;--second-accent-color: #102217}@media(prefers-color-scheme:dark){body{color-scheme:dark;--primary-color: #071414;--text-color: #ffffff;--accent-text-color: #7cb583;--second-accent-color: #102217}body.light-theme{color-scheme:light;--primary-color: #ffffff;--text-color: #000000;--accent-color: #1f3f1f;--accent-text-color: #1f3f1f;--second-accent-color: #9eb7a1}}button{font-family:inherit;outline-offset:3px;cursor:pointer;border:none;color:inherit}.hide{display:none}
