@font-face {
  font-family: 'TT Hoves';
  src: url('./TTHoves-Light.woff') format('woff');
  font-weight: 300; /* Light */
}

@font-face {
  font-family: 'TT Hoves';
  src: url('./TTHoves-Regular.woff') format('woff');
  font-weight: 400; /* Regular */
}

@font-face {
  font-family: 'TT Hoves';
  src: url('./TTHoves-Medium.woff') format('woff');
  font-weight: 500; /* Medium */
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('./basis_grotesque_pro_black.otf') format('opentype');
  font-weight: 900; /* Black */
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('./BasisGrotesquePro-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('./BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('./basis_grotesque_pro_regular.otf') format('opentype');
  font-weight: 400; /* Regular */
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('./basis_grotesque_pro_medium.otf') format('opentype');
  font-weight: 500; /* Medium */
}











/*basis_grotesque_pro_black.otf*/
/*BasisGrotesquePro-Light.ttf*/
/*BasisGrotesquePro-Bold.ttf*/
/*basis_grotesque_pro_regular.otf*/
/*basis_grotesque_pro_medium.otf*/
