@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 {
  text-transform: uppercase;
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
  font-size: var(--fs-9);
}
h2 {
  text-transform: uppercase;
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
  font-size: var(--fs-8);
}
h3 {
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
  font-size: var(--fs-7);
}
h4 {
  font-family: "KievitOT";
  font-weight: bold;
  font-style: normal;
  font-size: var(--fs-5);
}
p,
li {
  font-family: "Slab";
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-4);
}
a {
  cursor: pointer;
  transition: var(--animTransition);
  text-decoration: none;
  color: #000000;
  font-family: "Slab";
}

/*?Costra*/
.costra,
.costra a {
  font-family: "Costra" !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase !important;
}

/*?Colors*/
.white-text {
  color: #ffffff;
}

/*?Number*/
.numero {
  font-weight: bold !important;
  font-family: "KievitOT" !important;
}

/*Golfo */
.golfo-component h2 {
  font-size: var(--fs-9);
}

/*camino-component*/
.camino-component h2 {
  font-size: var(--fs-9);
  font-family: "KievitOT";
}
.camino-component h3 {
  font-size: var(--fs-8);
  font-family: "KievitOT";
  font-weight: 500;
}
.camino-component h4 {
  font-size: var(--fs-8);
  font-weight: bold;
  font-family: "KievitOT";
}

.disclaimer {
  font-style: italic !important;
  font-size: var(--fs-1) !important;
}
