/* 
 * Netwatch — Self-hosted fonts
 * Zero external requests. No Google. No CDN.
 * Served entirely from your own infrastructure.
 *
 * Inter — UI font (weights 400–800)
 * JetBrains Mono — monospace for IPs, MACs, code
 */

/* Inter 400 — Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Inter_18pt-Regular.ttf') format('truetype');
}

/* Inter 500 — Medium */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Inter_18pt-Medium.ttf') format('truetype');
}

/* Inter 600 — SemiBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Inter_18pt-SemiBold.ttf') format('truetype');
}

/* Inter 700 — Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Inter_18pt-Bold.ttf') format('truetype');
}

/* Inter 800 — ExtraBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Inter_18pt-ExtraBold.ttf') format('truetype');
}

/* JetBrains Mono 400 — Regular */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Regular.ttf') format('truetype');
}

/* JetBrains Mono 600 — SemiBold */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-SemiBold.ttf') format('truetype');
}
