@font-face {
  font-family: "Ornitons";
  src:
    local("Ornitons Regular"),
    local("Ornitons-Regular"),
    url("fonts/ornitons/Ornitons-Regular.woff2") format("woff2"),
    url("fonts/ornitons/Ornitons-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ornitons";
  src:
    local("Ornitons Italic"),
    local("Ornitons-RegularItalic"),
    url("fonts/ornitons/Ornitons-RegularItalic.woff2") format("woff2"),
    url("fonts/ornitons/Ornitons-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ornitons";
  src:
    local("Ornitons Bold"),
    local("Ornitons-Bold"),
    url("fonts/ornitons/Ornitons-Bold.woff2") format("woff2"),
    url("fonts/ornitons/Ornitons-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ornitons";
  src:
    local("Ornitons Bold Italic"),
    local("Ornitons-BoldItalic"),
    url("fonts/ornitons/Ornitons-BoldItalic.woff2") format("woff2"),
    url("fonts/ornitons/Ornitons-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic Paneuropean";
  src:
    local("Century Gothic Paneuropean"),
    local("CenturyGothicPaneuropean"),
    url("fonts/century-gothic-paneuropean/CenturyGothicPaneuropean.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic Paneuropean";
  src:
    local("Century Gothic Paneuropean Bold"),
    local("CenturyGothicPaneuropean-Bold"),
    url("fonts/century-gothic-paneuropean/CenturyGothicPaneuropean-Bold.woff2")
      format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic Paneuropean SemBd";
  src:
    local("Century Gothic Paneuropean SemiBold"),
    local("CenturyGothicPaneuropean-SemiBold"),
    url("fonts/century-gothic-paneuropean/CenturyGothicPaneuropean-SemiBold.woff2")
      format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.navbar-brand,
.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ornitons", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-weight: 100;
}

body {
  font-family: "Century Gothic Paneuropean", sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}

.bold {
  font-family: "Century Gothic Paneuropean", sans-serif;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 700;
}
.nav-item, .nav-link {
  font-family: "Ornitons", sans-serif !important;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 500;
}
