/*
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@900&display=swap');
h1 , h2 , h3, h4 , h5 , h6, p , a , th , td , label , div
{
    font-family: 'Tajawal', sans-serif !important;
}
*/


@font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('webfont.woff') format('woff'), /* Modern Browsers */
         url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
  }