/* Self-hosted fonts: Yantramanav (main) + Tinos italic (em, .fst-italic) */

@font-face {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/yantramanav-400.woff2") format("woff2");
}

@font-face {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/yantramanav-500.woff2") format("woff2");
}

@font-face {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/yantramanav-700.woff2") format("woff2");
}

@font-face {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/yantramanav-900.woff2") format("woff2");
}

@font-face {
  font-family: "Tinos";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/tinos-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Tinos";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/tinos-700-italic.woff2") format("woff2");
}