/* Hero (Fontfabric) — CYDENiC corporate written typeface. Free license, self-hosted.
   Three weights only: Light 300 · Regular 400 · Bold 700. Labels stay on DM Mono. */
@font-face {
  font-family: 'Hero';
  src: url('/fonts/hero/Hero-Light.woff2') format('woff2'),
       url('/fonts/hero/Hero-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero';
  src: url('/fonts/hero/Hero-Regular.woff2') format('woff2'),
       url('/fonts/hero/Hero-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hero';
  src: url('/fonts/hero/Hero-Bold.woff2') format('woff2'),
       url('/fonts/hero/Hero-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
