@import url("https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap");
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-ExtralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("/assets/fonts/author/Author-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
html,
body {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 16px !important;
  }
}
