@font-face {
  font-family: "Aileron Regular";
  src: url("./font/aileron/Aileron-Regular.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Aileron Black";
  src: url("./font/aileron/Aileron-Black.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Garet Book";
  src: url("./font/garet/Garet-Book.otf") format("opentype");
  font-style: normal;
}

.aileronregular {
  font-family: "Aileron Regular";
}

.aileronblack {
  font-family: "Aileron Black";
}

.garet {
  font-family: "Garet Book";
}
