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

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


.mat-typography .font-kalameh {
    font-family: 'Kalameh';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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