/* fonts-horizon.css */
@font-face {
  font-family: 'Horizon';
  src: url('/cnt/fonts/horizon_regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

/* fonts-robotomono.css */
@font-face {
  font-family: 'Roboto Mono';
  src: url('/cnt/fonts/RobotoMono-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 700;
  font-display: swap;
}