/*
 * Kalame font declarations for the Farsi version of the theme.
 *
 * Upload the Kalame (Kalameh) font files into `fonts/kalame/` and make sure the
 * filenames used below match the actual files you upload. Provide both WOFF2
 * and WOFF formats for broad browser support.
 */

@font-face {
  font-family: "Kalame";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/kalame/Kalameh-Light.woff2") format("woff2"),
       url("../font/kalame/Kalameh-Light.woff") format("woff");
}

@font-face {
  font-family: "Kalame";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/kalame/Kalameh-Regular.woff2") format("woff2"),
       url("../font/kalame/Kalameh-Regular.woff") format("woff");
}

@font-face {
  font-family: "Kalame";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/kalame/Kalameh-Bold.woff2") format("woff2"),
       url("../font/kalame/Kalameh-Bold.woff") format("woff");
}

/*
 * The actual variable overrides are injected inline from PHP so that they are
 * only applied when the current locale is Persian (fa_IR).
 */

