/* Fonts in Holokai file */
@font-face {
  font-family: "Urbanist-ExtraLight";
  src: url("/Urbanist-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("/Urbanist-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Urbanist-ExtraBold";
  src: url("/Urbanist-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Objective-Black-Italic";
  src: url("/Objective-Black-Italic.otf") format("opentype");
}

@font-face {
  font-family: "Objective-Medium";
  src: url("/Objective-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Objective-Regular";
  src: url("/Objective-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Objective-ExtraBold";
  src: url("/Objective-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "Objective-Bold";
  src: url("/Objective-Bold.otf") format("opentype");
}