/* Self-hosted web fonts for ಅಕ್ಷರ ಸೇತು.
 *
 * Local so the strict Content-Security-Policy can stay at font-src 'self',
 * and so no third party sees who reads the site. Variable fonts: one file
 * covers a weight range rather than shipping a copy per weight.
 */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/Manrope-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans Kannada';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/NotoSansKannada-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Serif Kannada';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('fonts/NotoSerifKannada-normal.woff2') format('woff2');
}
