/**
 * Macronet local fonts
 * Estedad VF (Farsi digits) + Pinar — no CDN / Google Fonts
 */

@font-face {
    font-family: "Estedad";
    src: url("../Estedad-VF-FD.woff2") format("woff2-variations"),
         url("../Estedad-VF-FD.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Pinar";
    src: url("../Pinar-DS1-FD.woff") format("woff");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
