/* Self-hosted Kumbh Sans (estate typeface) — replaces the Google Fonts CDN so
 * the app renders identically offline/under strict CSP, like the rest of the
 * Dr Logic estate. */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/kumbh-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/kumbh-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/kumbh-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/kumbh-sans-700.woff2') format('woff2');
}
