/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap'); */

@font-face {
  font-family: Main;
  src: url('../assets/fonts/GothamLight.otf') format('opentype');
}

@font-face {
  font-family: MainBold;
  src: url('../assets/fonts/Gotham-Bold.otf') format('opentype');
}

@font-face {
  font-family: MainLight;
  src: url('../assets/fonts/GothamLight.otf') format('opentype');
}

html, body, input, select, p, div, h1, h2, h3, h4, h5, section, button, nav, a, a:visited {
  font-family: Main, sans-serif;
  color: rgb(23, 23, 23);
}
