@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans.woff2') format('woff2'),
        url('IRANSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans-Bold.woff2') format('woff2'),
        url('IRANSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans-Light.woff2') format('woff2'),
        url('IRANSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans-UltraLight.woff2') format('woff2'),
        url('IRANSans-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans-Medium.woff2') format('woff2'),
        url('IRANSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.mat-typography .font-iransans {
    font-family: 'IRANSans';
}

.mat-typography .font-iransans.display-4 {
    font-size: 112px;
}

.mat-typography .font-iransans.display-3 {
    font-size: 56px;
}

.mat-typography .font-iransans.display-2 {
    font-size: 45px;
}

.mat-typography .font-iransans.display-1 {
    font-size: 34px;
}

.mat-typography h1.font-iransans, .mat-typography .font-iransans.headline {
    font-size: 24px;
}

.mat-typography h2.font-iransans, .mat-typography .font-iransans.title {
    font-size: 20px;
}

.mat-typography h3.font-iransans, .mat-typography .font-iransans.subheading-2 {
    font-size: 16px;
}

.mat-typography h4.font-iransans, .mat-typography .font-iransans.subheading-1 {
    font-size: 16px;
}

.mat-typography .font-iransans.body-1 {
    font-size: 15px;
}

.mat-typography .font-iransans.body-2 {
    font-size: 15px;
}

.mat-typography small.font-iransans, .mat-typography .font-iransans.caption {
    font-size: 10px;
}

.mat-typography button.font-iransans, .mat-typography .font-iransans.button {
    font-size: 14px;
}

.mat-typography input.font-iransans {
    font-size: 14px;
}

@media (min-width: 992px) {
    .mat-typography .font-iransans.body-1 {
        font-size: 16px;
    }
    .mat-typography .font-iransans.body-2 {
        font-size: 16px;
    }
    .mat-typography h3.font-iransans, .mat-typography .font-iransans.subheading-2 {
        font-size: 15px;
    }
    .mat-typography h4.font-iransans, .mat-typography .font-iransans.subheading-1 {
        font-size: 15px;
    }
}

