/* 

    FONTS


*/
@font-face {
  font-family: "Times Now";
  src: url("../fonts/TimesNow-LightItalic.woff2") format("woff2"), url("../fonts/TimesNow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times Now";
  src: url("../fonts/TimesNow-Light.woff2") format("woff2"), url("../fonts/TimesNow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Standard";
  src: url("../fonts/Standard-Book.woff2") format("woff2"), url("../fonts/Standard-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Standard";
  src: url("../fonts/Standard-BookItalic.woff2") format("woff2"), url("../fonts/Standard-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
:root {
  --bg: #fff;
}

* {
  box-sizing: border-box;
}

::selection {
  color: #eb80ff;
  text-shadow: 0 0 5px #eb80ff;
}

body {
  font-family: "Standard";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem 1.5rem;
  width: 100%;
  text-align: left;
  display: flex;
}
#header a {
  font-size: 0.8rem;
  text-decoration: none;
  font-family: "Times Now";
  color: #000000;
  padding: 0.15rem 0.15rem;
}
#header .jump {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#header [location] {
  opacity: 0.7;
}

hr {
  border: 0;
  padding: 5vh 0;
}

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