@font-face {
  font-family: "ApocRevelations";
  src: url("/wp-content/themes/q/fonts/ApocRevelations-Regular.woff2") format("woff2"), url("/wp-content/themes/q/fonts/ApocRevelations-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FraktionMono";
  src: url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.eot");
  src: url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.woff2") format("woff2"), url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.woff") format("woff"), url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.ttf") format("truetype"), url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FraktionSans";
  src: url("/wp-content/themes/q/fonts/PPFraktionMono-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/q/fonts/PPFraktionSans-Regular.woff2") format("woff2"), url("/wp-content/themes/q/fonts/PPFraktionSans-Regular.woff") format("woff"), url("/wp-content/themes/q/fonts/PPFraktionSans-Regular.ttf") format("truetype"), url("/wp-content/themes/q/fonts/PPFraktionSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* width */
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/* Handle on hover */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-family: "ploni", sans-serif;
}

main {
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 170rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}

section {
  background-color: #ffffff;
}

a {
  color: #11131a;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  margin: 0;
  font-family: "FraktionSans", sans-serif;
}

img {
  height: auto;
}

h1,
.h1 {
  font-size: 6.5rem;
  font-family: "ApocRevelations", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

h2,
.h2 {
  font-size: 3rem;
}

.h3 {
  font-size: 1.17em;
}

h2,
h3,
h4,
.h2,
.h3,
.h4 {
  font-family: "FraktionMono", sans-serif;
  margin: 0;
  line-height: 1.2;
}

.h1,
.h2,
.h3,
.h4 {
  font-weight: bold;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.light {
  color: #ffffff;
}

.dark {
  color: #0f1632;
}

.title-with-icon {
  display: flex;
}
.title-with-icon svg {
  margin-inline-end: 1.2rem;
}
.links-row {
  display: flex;
  justify-content: center;
}
.links-row > * {
  margin: 0 2rem;
}

.decorative-image {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hidden-content {
  display: none;
}

.mobile-only {
  display: none;
}

div#overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.bold {
  font-weight: 700;
}

.gap {
  padding-inline-start: 1rem;
}

@media only screen and (min-width: 1921px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}/*# sourceMappingURL=theme-style.css.map */