@font-face {
    font-family: 'Lahzeh';
    src: url('./lahzeh/Lahzeh-Black.woff2') format('woff2'),
        url('./lahzeh/Lahzeh-Black.woff') format('woff'),
        url('./lahzeh/Lahzeh-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Lahzeh';
    src: url('./lahzeh/Lahzeh-SemiBold.woff2') format('woff2'),
        url('./lahzeh/Lahzeh-SemiBold.woff') format('woff'),
        url('./lahzeh/Lahzeh-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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


body {
    font-family: 'Lahzeh' !important;
}

h1 , h2 , h3 ,h4 ,h5 ,h6,p , div,li,a {
    font-family: 'Lahzeh' !important;
}