@font-face {
  font-family: 'BerlinSansBold';
  src: url('../fonts/BRLNSB.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'BerlinSansRegular';
  src: url('../fonts/BRLNSR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'BerlinSansRegular', sans-serif !important;
}