@font-face {
  font-family: "celebes";
  font-weight: 900;
  font-style: normal;
  src: url("../font/celebes/Celebes-Black.otf") format('OpenType');
}

@font-face {
  font-family: "lora";
  font-weight: 100;
  font-style: normal;
  src: url("../font/lora/Lora-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "lora-italic";
  font-weight: 100;
  font-style: italic;
  src: url("../font/lora/Lora-Italic.ttf") format('truetype');
}
@font-face {
  font-family: "lora-bold";
  font-weight: 500;
  font-style: normal;
  src: url("../font/lora/Lora-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "lora-bold-italic";
  font-weight: 500;
  font-style: italic;
  src: url("../font/lora/Lora-BoldItalic.ttf") format('truetype');
}

