/* Local icon + text fonts (Tipobet CF blocked; files hosted under /assets) */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/assets/webfonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/webfonts/fa-regular-400.woff2") format("woff2"),
       url("/assets/webfonts/fa-regular-400.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/assets/webfonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/webfonts/fa-brands-400.woff2") format("woff2"),
       url("/assets/webfonts/fa-brands-400.woff") format("woff");
}

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Nunito/Nunito.woff2") format("woff2");
}
@font-face {
  font-family: "Avenir LT";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Nunito/Nunito.woff2") format("woff2");
}
@font-face {
  font-family: "Axiforma";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Nunito/Nunito.woff2") format("woff2");
}
@font-face {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Nunito/Nunito.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/OpenSans/OpenSans.woff2") format("woff2");
}
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Bebas/BebasNeue.woff2") format("woff2");
}
@font-face {
  font-family: "BebasNeue2";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Bebas/BebasNeue.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Nunito/Nunito.woff2") format("woff2");
}

.fa, .fas, .fal, .far {
  font-family: "Font Awesome 5 Pro" !important;
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.fal, .fa, .fas {
  font-weight: 900 !important;
}
