@font-face {
    font-family: "Anjoman Max";
    src: url("../assets/fonts/AnjomanMax-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

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

@font-face {
    font-family: "Anjoman Max";
    src: url("../assets/fonts/AnjomanMax-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Anjoman Max";
    src: url("../assets/fonts/AnjomanMax-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Anjoman Max";
    src: url("../assets/fonts/AnjomanMax-ExBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Anjoman Max";
    src: url("../assets/fonts/AnjomanMax-Black.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

.locale-fa {
    font-family: "Anjoman Max", Tahoma, Arial, sans-serif;
}

.locale-fa :is(h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,label,summary,span,strong,small,dt,dd,li) {
    font-family: "Anjoman Max", Tahoma, Arial, sans-serif !important;
}
