@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

span, p {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

a {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  color: #0A0A0A;
  text-decoration: none;
  font-size: 1.07em;
}

strong {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #0A0A0A;
}

em {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  color: #0A0A0A;
}

.title {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.75em;
  color: #0A0A0A;
}

h1 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  color: #0A0A0A;
}

h2 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 2.25em;
  color: #0A0A0A;
}

h3 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 2em;
  color: #0A0A0A;
}

h4 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75em;
  color: #0A0A0A;
}

h5 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 1.5em;
  color: #0A0A0A;
}

h6 {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #0A0A0A;
}

.fine-print {
  font-size: 0.75em;
}

button {
  border: 1px solid #33EB3C !important;
  background: transparent;
  border-radius: 1em;
  padding: 0.5em 1em;
  color: #33EB3C;
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  transition: background 0.5s, color 0.5s;
}

button:hover, button:focus, button:active {
  background: #33EB3C;
  color: #E5EEEE;
}

li::marker {
  color: #33EB3C;
}

li {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

label {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

input, input:is(:-webkit-autofill, :autofill) {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  background: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 1.07em;
}

textarea {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  background: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 1.07em;
}

select {
  background: rgba(213.5813953488, 227.9186046512, 227.9186046512, 0.9);
  padding: 0.5em;
  transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  backdrop-filter: blur(5px);
  border-radius: 1em;
  border: 1px solid rgb(204.3302325581, 221.8697674419, 221.8697674419);
}
select option {
  background: rgba(213.5813953488, 227.9186046512, 227.9186046512, 0.9);
  transition: background 0.5s ease-in-out;
}

select:hover, select:focus {
  background: rgba(198.1627906977, 217.8372093023, 217.8372093023, 0.9);
  border: 1px solid rgb(188.911627907, 211.788372093, 211.788372093);
}

body {
  background: repeating-radial-gradient(ellipse at top, rgb(219.7488372093, 231.9511627907, 231.9511627907), transparent), repeating-radial-gradient(ellipse at bottom left, rgb(219.7488372093, 231.9511627907, 231.9511627907), transparent), repeating-radial-gradient(ellipse at center right, rgb(221.2906976744, 232.9593023256, 232.9593023256), transparent), linear-gradient(#E5EEEE, 5%, transparent);
}

main {
  min-height: 100vh;
}

::-moz-selection {
  color: #E5EEEE;
  background: #0A0A0A;
}

::selection {
  color: #E5EEEE;
  background: #0A0A0A;
}

::-webkit-scrollbar {
  width: 0.3em;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #33EB3C;
  border-radius: 0.15em;
}

::-webkit-resizer {
  display: none;
}

::-webkit-scrollbar-button {
  display: none;
}

html.is-changing .transition-fade {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.ql-snow.ql-toolbar button {
  border: none !important;
}

pre {
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#header, header {
  width: 96%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2vw;
  padding-left: 2%;
  padding-right: 2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(229, 238, 238, 0.9);
  transition: background 0.5s ease-in-out;
  backdrop-filter: blur(5px);
}
#header #logo-container, header #logo-container {
  height: 8vh;
  width: 8vh;
}
#header #logo-container img, header #logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header #header-links, header #header-links {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1vw;
}
#header #header-links a, header #header-links a {
  transition: color 0.5s ease-in-out;
}
#header #header-account-container, header #header-account-container {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
#header #header-account-container #header-account-image, header #header-account-container #header-account-image {
  aspect-ratio: 1;
  height: 10vh;
  width: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #header-account-container #header-account-image img, header #header-account-container #header-account-image img {
  width: 7vh;
  height: 7vh;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #0A0A0A;
  cursor: pointer;
}
#header #header-account-container a, header #header-account-container a {
  transition: color 0.5s ease-in-out;
}

#header.darkmode, header.darkmode {
  background: rgba(10, 10, 10, 0.9);
}
#header.darkmode #header-links > a, header.darkmode #header-links > a {
  color: #E5EEEE;
}
#header.darkmode #header-account-container > a, header.darkmode #header-account-container > a {
  color: #E5EEEE;
}

/*# sourceMappingURL=header.css.map */
