/* Kamand Font - Persian Font Family */

/* You can use one of these options:
   Option 1: Google Fonts (recommended if available in future)
   Option 2: Self-hosted from the original folder
   Option 3: System fallbacks
*/

@font-face {
  font-family: "Kamand";
  src:
    local("Kamand"),
    local("Kamand-Regular"),
    url("./Woff2/Kamand-Regular.woff2")
      format("woff2"),
    url("./Woff/Kamand-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kamand";
  src:
    local("Kamand Bold"),
    local("Kamand-Bold"),
    url("./Woff2/Kamand-Bold.woff2") format("woff2"),
    url("./Woff/Kamand-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
