@font-face {
  font-family: SS_Regular;
  src: url("../stylesheets/fonts/63e464106eb50cbd568b25be_PPNeueMontreal-Regular.woff2");
}
@font-face {
  font-family: SS_Medium;
  src: url("../stylesheets/fonts/63e1cc5c2b23e282abca3240_PPNeueMontrealTT-Medium.woff2");
}
/* .sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow: hidden;
    padding-top: 20px;
}

.sidenav a {
    margin-left: 0;
    padding: 0;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;

}

.sidenav a:hover {
    color: #f1f1f1;
}
*/
html, body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #FCFBF6;
}

.main {
  padding: 0 30px;
}

* {
  font-family: "SS_Regular";
}

#serif {
  font-family: "Test Tiempos Fine" !important;
}

h1 {
  font-size: 3em;
  font-family: Test Tiempos Headline;
}

/* body {
    padding: 0 5vw;
} */
* {
  /*     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; */
  font-family: SF Pro Display !important;
}

.col-8 {
  width: 100vw;
}

row {
  width: 100vw;
}

nav,
navbar {
  background-color: #4200FF;
  box-shadow: none;
  font-family: "SS_Regular";
  position: fixed;
  font-weight: 600;
}
nav li,
navbar li {
  padding: 0px 8px;
}

@media screen and (max-width: 983px) {
  nav, navbar {
    background-color: white;
  }
}/*# sourceMappingURL=base.css.map */