/* Self-hosted suite typography.

   The application CSP is "default-src 'self'", which blocks external font
   CDNs, so both faces ship with the product. DM Sans and Manrope are variable
   fonts, so a single file each covers weights 100-900.

   These files are byte-identical to the CET suite build
   (sip-toolkit-suite/static/cet/fonts) so all three suite tools render the
   same typeface. Keep the two @font-face blocks below in sync with
   static/cet/cet.css if CET ever revises them. */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/DMSans.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Manrope.woff2') format('woff2');
}
