/* ============================================================
   Invest Lithuania — Webfonts
   TT Hoves (TypeType) — the brand's primary & only typeface.
   Three weights are licensed/shipped: Light, Medium, DemiBold.
   ============================================================ */

@font-face {
  font-family: "TT Hoves";
  src: url("../assets/fonts/TTHoves-Light.woff") format("woff"),
       url("../assets/fonts/TTHoves-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves";
  src: url("../assets/fonts/TTHoves-Medium.woff") format("woff"),
       url("../assets/fonts/TTHoves-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves";
  src: url("../assets/fonts/TTHoves-DemiBold.woff") format("woff"),
       url("../assets/fonts/TTHoves-DemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
