@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-Thin.ttf') format('truetype');
    font-weight: 100;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-Light.ttf') format('truetype');
    font-weight: 300;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-Regular.ttf') format('truetype');
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-Medium.ttf') format('truetype');
    font-weight: 500;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-Bold.ttf') format('truetype');
    font-weight: 700;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-ExtraBold.ttf') format('truetype');
    font-weight: 800;
  }
  
  @font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/static/vendor/fonts/NotoKufiArabic-Black.ttf') format('truetype');
    font-weight: 900;
  }
  
  @font-face {
    font-family: 'Andalus';
    src: url('/static/vendor/fonts/2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  .nova-name {
    font-family: 'Andalus', sans-serif;
  }
  
  /* Utility Class */
  .kufi-heading {
    font-family: 'Noto Kufi Arabic', sans-serif;
  }