/*@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/iranyekan/IRANYekanXFaNum-Light.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("/assets/fonts/iranyekan/IRANYekanXFaNum-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/assets/fonts/iranyekan/IRANYekanXFaNum-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/assets/fonts/iranyekan/IRANYekanXFaNum-DemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("/assets/fonts/iranyekan/IRANYekanXFaNum-Bold.woff2") format("woff2");
}
*/



/* Estedad Thin */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Estedad ExtraLight */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-extralight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Estedad Light */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Estedad Regular */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Estedad Medium */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Estedad SemiBold */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Estedad Bold */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Estedad ExtraBold */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-extrabold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Estedad Black */
@font-face {
    font-family: "Estedad";
    src: url("/assets/fonts/estedad/estedad-black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Estedad', sans-serif;
}
