@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400');

@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham/Gotham-Book.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

/* Font smoothing */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
