@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT-Light.eot");
  src: url("../fonts/AbadiMT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT-Light.woff2") format("woff2"), url("../fonts/AbadiMT-Light.woff") format("woff"), url("../fonts/AbadiMT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT.eot");
  src: url("../fonts/AbadiMT.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT.woff2") format("woff2"), url("../fonts/AbadiMT.woff") format("woff"), url("../fonts/AbadiMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.default-page {
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
@media screen and (max-width: 993px) {
  .default-page {
    padding: 0 1.5rem 100px;
  }
}