@font-face {
    font-family: 'Tajawal';
    src: url('../../fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../../fonts/tajawal/Tajawal-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html, body, h1, h2, h3, h4, h5, h6, p, a,
ul, ol, li,
button, input, textarea, select,
table, th, td,
label, span, strong, em,
blockquote, pre, code {
    font-family: 'Tajawal', sans-serif;
}

