/* Self-hosted fonts for optimal performance */

/* JetBrains Mono - Weight 500 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-500.ttf') format('truetype');
}

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

/* Outfit - Weight 600 (Semi-Bold) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/outfit-600.ttf') format('truetype');
}

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

/* Outfit - Weight 800 (Extra-Bold) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/outfit-800.ttf') format('truetype');
}
