/* Self-hosted fonts for better performance */
/* Download fonts from: https://google-webfonts-helper.herokuapp.com/ */

/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('./roboto-mono-v23-latin-regular.woff2') format('woff2');
}

/* roboto-mono-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 600;
  src: url('./roboto-mono-v23-latin-600.woff2') format('woff2');
}

/* roboto-mono-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url('./roboto-mono-v23-latin-700.woff2') format('woff2');
}

/* jetbrains-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  src: url('./jetbrains-mono-v18-latin-regular.woff2') format('woff2');
}

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

/* jetbrains-mono-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  src: url('./jetbrains-mono-v18-latin-600.woff2') format('woff2');
}

/* jetbrains-mono-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  src: url('./jetbrains-mono-v18-latin-700.woff2') format('woff2');
}

