@font-face {
    font-family: 'kurdishFont';
    src: url(../fonts/xatat.TTF),
      url(../fonts/xatat.TTF);
    font-weight: normal;
    font-style: normal;
  }

  .kurdishFont {
    font-family: 'kurdishFont'!important;
  }

  .hello {
    background-color: blueviolet;
  }
