@font-face {
  font-family: 'RobotoRegular';
  src: url('/fonts/roboto_regular.ttf');
}

@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('/fonts/roboto_condensed_bold.ttf');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('/fonts/poppins_regular.ttf');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('/fonts/poppins_medium.ttf');
}