/* === Font-face declarations for optimized web use === */

/* 
----------------------------------
LATINKA
----------------------------------
*/
@font-face {
  font-family: "Latinka";
  src: url("../assets/fonts/Latinka-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}



/* 
----------------------------------
GT WALSHEIM CONDENSED
----------------------------------
*/

@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("../assets/fonts/GTWalsheimPro-CondensedLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("../assets/fonts/GTWalsheimPro-CondensedMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



/* === Usage example === */
/*
body {
  font-family: "Latinka", sans-serif;
}
h1, h2, h3 {
  font-family: "GT Walsheim", sans-serif;
}
*/
