@font-face {
  font-family: 'laborinRegular';
  src: url('./nunito/NunitoRegular.ttf') format('truetype'), url('./nunito/NunitoRegular.otf') format('opentype');
}

@font-face {
  font-family: 'laborinMedium';
  src: url('./nunito/NunitoMedium.ttf') format('truetype'), url('./nunito/NunitoMedium.otf') format('opentype');
}

@font-face {
  font-family: 'laborinBold';
  src: url('./nunito/NunitoBold.ttf') format('truetype'), url('./nunito/NunitoBold.otf') format('opentype');
}

@font-face {
  font-family: 'laborinBlack';
  src: url('./nunito/NunitoBlack.ttf') format('truetype'), url('./nunito/NunitoBlack.otf') format('opentype');
}
