/* Self-hosted fonts for the KeoDesk portal (desk.keocodes.com, docroot = /portal).
   Mirrors the main site's css/fonts.css so the portal makes no third-party (Google)
   font request before login. Paths are portal-root-relative (/assets/fonts/...). */
@font-face {
  font-family: 'Climate Crisis';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/climate-crisis.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/inter.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url(/assets/fonts/inter-tight.woff2) format('woff2');
}
