@font-face {
    font-family: 'iransans-md';
    src: url('../fonts/IRANSans-Medium.woff2');
}
@font-face {
    font-family: 'iransans-bold';
    src: url('../fonts/IRANSans.woff2');
}
@font-face {
    font-family: 'iransans-light';
    src: url('../fonts/IRANSans-Light.woff2');
}

* {
    /* font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family,f, Roboto, sans-serif)); */
    font-family: 'iransans-md';
}