/* Self-hosted fonts (latin subset). Display = Zilla Slab (sturdy slab, normal baseline J);
   body = Inter. "Premium Workwear" type system. */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(/fonts/zilla-slab.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/inter.woff2) format('woff2');
}
