/* Self-hosted fonts - No external requests */

/* Inter - Variable font */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./Inter-Variable.woff2') format('woff2');
}

/* Space Mono */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./SpaceMono-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./SpaceMono-Bold.woff2') format('woff2');
}

/* Fugaz One */
@font-face {
  font-family: 'Fugaz One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./FugazOne-Regular.woff2') format('woff2');
}

/* JetBrains Mono - for 15rp-labs page */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./JetBrainsMono-Variable.woff2') format('woff2');
}
