/* Inter for all languages except Hindi */
@font-face {
  font-family: 'AppFont';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2') format('woff2');
  unicode-range:
    U+0000-08FF,
    U+0980-1CFF,
    U+1E00-FFFF;
}

/* Hindi / Devanagari */
@font-face {
  font-family: 'AppFont';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/baloo2/v23/wXKrE3kTposypRyd51ncAM4olXcLtA.woff2') format('woff2');
  unicode-range:
    U+0900-097F,
    U+1CD0-1CFF,
    U+A830-A83F;
}