@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;
}

#site-content {
  min-height: 100vh;
  width: 98%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-flow: column;
  padding-top: 15vh;
}
#site-content #share-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
#site-content #share-popup #share-popup-content {
  background: #E5EEEE;
  padding: 2em;
  display: flex;
  align-items: center;
  gap: 5vw;
  border-radius: 1em;
}
#site-content #share-popup #share-popup-content i {
  font-size: 1.5em;
  color: #33EB3C;
  cursor: pointer;
}
#site-content #focused-post-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 10, 0.5);
  z-index: 5;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#site-content #spotlight-filter-container {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding-bottom: 1em;
}
#site-content #spotlight-filter-container #spotlight-filter-options {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
  border-bottom: 1px solid #0A0A0A;
  padding-bottom: 0.5em;
}
#site-content #spotlight-posts-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  gap: 3vh;
  width: 90%;
}
#site-content .spotlight-post {
  width: 80%;
  background: rgb(207.4139534884, 223.8860465116, 223.8860465116);
  border-radius: 1em;
  padding: 2%;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  gap: 0.25em;
}
@media (width >= 800px) {
  #site-content .spotlight-post {
    width: 60%;
  }
}
@media (width >= 1250px) {
  #site-content .spotlight-post {
    width: 45%;
  }
}
@media (width <= 600px) {
  #site-content .spotlight-post {
    width: 96%;
  }
}
#site-content .spotlight-post .spotlight-post-account {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
}
#site-content .spotlight-post .spotlight-post-account .spotlight-post-avatar {
  height: 2em;
  width: 2em;
  border-radius: 0.25em;
  overflow: clip;
}
#site-content .spotlight-post .spotlight-post-account .spotlight-post-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25em;
}
#site-content .spotlight-post .spotlight-post-image-container, #site-content .spotlight-post .spotlight-post-video-container {
  width: 80%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: start;
  align-self: center;
}
#site-content .spotlight-post .spotlight-post-image-container .spotlight-post-image, #site-content .spotlight-post .spotlight-post-video-container .spotlight-post-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#site-content .spotlight-post .spotlight-post-image-container .spotlight-post-video, #site-content .spotlight-post .spotlight-post-video-container .spotlight-post-video {
  max-width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (width <= 900px) {
  #site-content .spotlight-post .spotlight-post-image-container, #site-content .spotlight-post .spotlight-post-video-container {
    width: 85%;
  }
}
@media (width <= 650px) {
  #site-content .spotlight-post .spotlight-post-image-container, #site-content .spotlight-post .spotlight-post-video-container {
    width: 90%;
  }
}
#site-content .spotlight-post .spotlight-post-interaction-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  gap: 2em;
}
#site-content .spotlight-post .spotlight-post-interaction-container .spotlight-post-like-container, #site-content .spotlight-post .spotlight-post-interaction-container .spotlight-post-share-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
}
#site-content .spotlight-post .spotlight-post-interaction-container .spotlight-post-like-container i, #site-content .spotlight-post .spotlight-post-interaction-container .spotlight-post-share-container i {
  color: #33EB3C;
}
#site-content .spotlight-post.news-post {
  background: rgb(198.1627906977, 217.8372093023, 217.8372093023);
}
#site-content .spotlight-post.news-post .spotlight-post-account > p {
  font-weight: bold;
}

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