@font-face {
  font-family: "bernhc";
  src: url('./bernhc.ttf');
}

@font-face {
  font-family: "CreamCake";
  src: url('./Cream-Cake.otf');
}

@font-face {
  font-family: "PoppinsBold";
  src: url('./Poppins-Bold.otf');
}

@font-face {
  font-family: "PoppinsRegular";
  src: url('./Poppins-Regular.otf');
}

@font-face {
  font-family: "VarienItalicOutline";
  src: url('./Varien-Italic-Outline.otf');

}

@font-face {
  font-family: "varienItalic";
  src: url('./varienItalic.ttf')format('truetype');

}

@font-face {
  font-family: "VarienOutline";
  src: url('./Varien-Outline.otf');

}

@font-face {
  font-family: "varien";
  src: url('./varien.ttf') format('truetype');

}

@font-face {
  font-family: "GothamBlack";
  src: url('./Gotham-Black.otf');

}

@font-face {
  font-family: "arial";
  src: url('./ARIAL.TTF');

}