/* Estedad variable webfont — https://github.com/aminabedi68/Estedad */

/* Latin digits variant */
@font-face {
    font-family: "Estedad";
    src: url("webfonts/variable/Estedad[KSHD,wght].woff2") format("woff2 supports variations"),
         url("webfonts/variable/Estedad[KSHD,wght].woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Farsi digits variant */
@font-face {
    font-family: "Estedad FD";
    src: url("webfonts/variable/Estedad-FD[KSHD,wght].woff2") format("woff2 supports variations"),
         url("webfonts/variable/Estedad-FD[KSHD,wght].woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
