@charset "utf-8";

:root {
  --primary: #00a0ff;
  --secondary: #002040;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
}
@font-face {
  font-family: digital-clock;
  src: url("../fonts/DigitalDismay.otf");
}
.digital {
  font-family: "digital-clock", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  font-weight: bolder;
}
a:hover {
  color: white;
}
iframe.kol-embed-page-frame-389224, iframe.kol-embed-page-frame-389226 {
  max-height: 50px;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 375px) {
}
