@font-face {
  font-family: 'MinecraftRegular';
  src: url("../MinecraftRegular.otf") format('opentype');
}

@font-face {
  font-family: 'MinecraftRegularExpanded';
  src: url("../MinecraftRegularExpanded.ttf") format('truetype');
}

@font-face {
  font-family: 'MinecraftBold';
  src: url("../MinecraftBold.otf") format('opentype');
}

@font-face {
  font-family: 'MinecraftBoldExpanded';
  src: url("../MinecraftBoldExpanded.ttf") format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'MinecraftBoldItalic';
  src: url("../MinecraftBoldItalic.otf") format('opentype');
}

@font-face {
  font-family: 'MinecraftItalic';
  src: url("../MinecraftItalic.otf") format('opentype');
}