/*
 * Vazir Local Fonts
 *
 * Font files:
 * /assets/fonts/
 */

@font-face {
    font-family: "Vazir";
    src: url("../../fonts/Vazir-Thin-FD-WOL.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("../../fonts/Vazir-Light-FD-WOL.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("../../fonts/Vazir-FD-WOL.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("../../fonts/Vazir-Medium-FD-WOL.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("../../fonts/Vazir-Bold-FD-WOL.woff2") format("woff2");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

/* سایت عمومی */
html,
body,
button,
input,
textarea,
select {
    font-family: "Vazir", Tahoma, Arial, sans-serif;
}

.am-site-header,
.am-site-main,
.am-site-footer {
    font-family: "Vazir", Tahoma, Arial, sans-serif;
}