/* Local-only font declaration to avoid external Google Fonts 404s. */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: local('Kumbh Sans'), local('KumbhSans');
}
