/* fonts css */

@font-face {
  font-family: "Basis Grotesque Pro Regular";
  src: url("../fonts/BasisGrotesqueProRegular.otf");
}


@font-face {
  font-family: "Basis Grotesque Pro Bold";
  src: url("../fonts/BasisGrotesqueProBold.otf");
}

@font-face {
  font-family: "Basis Grotesque Pro Mono";
  src: url("../fonts/BasisGrotesqueProMono.otf");
}

@font-face {
  font-family: "Basis Grotesque Pro Medium";
  src: url("../fonts/BasisGrotesqueProMedium.otf");
}
 
@font-face {
  font-family: "Basis Grotesque Pro Light";
  src: url("../fonts/BasisGrotesqueProLight.otf");
}

html, body, body * {
  font-family: "Basis Grotesque Pro Regular";
}

/* end: fonts css */
