@font-face {
  font-family: "Beatrice-Regular";
  src: url(./../assets/fonts/Beatrice-Regular.woff2);
  font-display: swap;
}
.beatriceRegular{
  font-family: "Beatrice-Regular";
}
@font-face {
  font-family: "Beatrice-Medium";
  src: url(./../assets/fonts/Beatrice-Medium.otf);
  font-display: swap;
}
.beatriceMedium{
  font-family: "Beatrice-Medium";
}
@font-face {
  font-family: "SangBleuKingdom-Light, sans-serif";
  src: url(./../assets/fonts/SangBleuKingdom-Light.otf);
  font-display: swap;
}
.sangBleuKingdomLight{
  font-family: "SangBleuKingdom-Light, sans-serif";
}
@font-face {
  font-family: "LibreBarcodeEAN13Text-Regular";
  src: url(./../assets/fonts/LibreBarcodeEAN13Text-Regular.ttf);
  font-display: swap;
}
.libreBarcodeEAN13TextRegular{
  font-family: "LibreBarcodeEAN13Text-Regular";
}