/* Self-hosted Unbounded (variable woff2) — avoids Google Fonts woff2 404 noise */
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/fonts/unbounded-700.woff2') format('woff2');
}
