
@font-face {
  font-family: 'radionb';  /* Choose any name you like */
  src: url('/fonts/radionb-bold.otf') format('opentype');
  font-weight: Bold;
  font-style: normal;
}

@font-face {
  font-family: 'radionb';  /* Choose any name you like */
  src: url('/fonts/radionb-bold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}




@font-face {
    font-family: 'BasisGrotesque';
    src: url('/fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'BasisGrotesque-bold';
    src: url('/fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* @font-face {
    font-family: 'BasisGrotesque';
    src: url('/fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */