@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CustomFont;
    src: url('webfonts/Vazirmatn-UI-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




html, body, input, .popover, .tooltip, .kt-error-403__top, .kt-error-403__top p, .daterangepicker, .vakata-context ul, .mat-paginator,
.mat-paginator-page-size .mat-select-trigger, .mat-radio-button, .mat-select, .mat-slide-toggle-content, .mat-menu-item,
.app-sidebar, .off-canvas-sidebar, .bold-header,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .leaflet-container,
.mat-expansion-panel-header, .mat-dialog-title, .mat-expansion-panel-content, .mat-form-field, [class^="mat-"] {
    font-family: "CustomFont" !important;
}

.material-icons {
    font-family: 'Material Icons' !important;
}
