@font-face {
    font-family: 'Bzar';
    src: url('/fonts/Bzar/B%20Zar%20Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    
}

html, body {
    font-family: 'Bzar', sans-serif;
    font-size: 16px;
    line-height: 1;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body :not(.fa):not(.fas):not(.far):not(.fab):not([class*="fa-"]):not([class*="icon-"]) {
    font-family: 'Bzar', sans-serif !important;
}

button,
input,
textarea,
select {
    font-family: 'Bzar', sans-serif !important;
}
