@font-face {
    font-family: 'Jadir';
    src: url('../font/Jadir-Light.woff2') format('woff2'),
        url('../font/Jadir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jadir';
    src: url('../font/Jadir-Regular.woff2') format('woff2'),
        url('../font/Jadir-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jadir';
    src: url('../font/Jadir-Medium.woff2') format('woff2'),
        url('../font/Jadir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jadir';
    src: url('../font/Jadir-Bold.woff2') format('woff2'),
        url('../font/Jadir-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jadir';
    src: url('../font/Jadir-Black.woff2') format('woff2'),
        url('../font/Jadir-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Jadir';
    src: url('../font/Jadir-Heavy.woff2') format('woff2'),
        url('../font/Jadir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

:root {
    --tblr-font-sans-serif: 'Jadir', sans-serif;
}