/* CtrlSpace webfonts.
   Display + Body: Nohemi (self-hosted, uploads/nohemi-font-family) — Regular + Medium supplied.
   Medium file covers weights 500–700 so headings render real glyphs (no faux bold).
   Mono/labels: Good Times (self-hosted, uploads/good-times) — replaces Space Mono. */
@font-face {
  font-family: 'Good Times';
  src: url('../uploads/good-times/GoodTimes-Regular.otf') format('opentype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../uploads/nohemi-font-family/Nohemi-Regular-BF6a4e01a26b011.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../uploads/nohemi-font-family/Nohemi-Medium-BF6a4e01a26b011.ttf') format('truetype');
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
