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

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

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

@font-face {
  font-family: "Latinka Italic";
  src: url("../assets/fonts/Latinka-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

/* GT WALSHEIM */

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

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

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

@font-face {
  font-family: "GT Walsheim Regular Oblique";
  src: url("../assets/fonts/GTWalsheimPro-RegularOblique.ttf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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