@font-face {
  font-family: "Costra";
  src: url("/fonts/Costrasans-Regular.woff2") format("woff2"),
    url("/fonts/Costrasans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*OT*/
@font-face {
  font-family: "KievitOT";
  src: url("/fonts/kievitot-lightitalic.woff2") format("woff2"),
    url("/fonts/kievitot-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Light.woff2") format("woff2"),
    url("/fonts/KievitOT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Regular.woff2") format("woff2"),
    url("/fonts/KievitOT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Bold.woff2") format("woff2"),
    url("/fonts/KievitOT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KievitOT";
  src: url("/fonts/KievitOT-Medium.woff2") format("woff2"),
    url("/fonts/KievitOT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*slab*/
@font-face {
  font-family: "Slab";
  src: url("/fonts/Slab-Light.woff") format("woff2"),
    url("/fonts/Slab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Slab";
  src: url("/fonts/Slab-Medium.woff") format("woff2"),
    url("/fonts/Slab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Slab";
  src: url("/fonts/Slab-Regular.woff") format("woff2"),
    url("/fonts/Slab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*!general*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}

/*! Main */

/*?Hero*/
h1 {
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
}
h3 {
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
}
h4 {
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
}
p,
li {
  font-family: "KievitOT";
  font-weight: 400;
  font-style: normal;
}
a {
  cursor: pointer;
  transition: var(--animTransition);
  text-decoration: none;
  color: #000000;
  font-family: "KievitOT";
}
