/* Inter and Space Mono fonts - self-hosted version */
/* Only include font weights that are actually used to reduce loading time */

/* inter-400 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter Regular'), local('Inter-Regular'),
       url('../fonts/Inter-Regular.woff2') format('woff2');
}

/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Inter Medium'), local('Inter-Medium'),
       url('../fonts/Inter-Medium.woff2') format('woff2');
}

/* inter-600 - latin */
/* CORRUPTED FONT FILE - Using fallback until fixed
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
       url('../fonts/Inter-SemiBold.woff2') format('woff2');
}
*/

/* inter-700 - latin */
/* CORRUPTED FONT FILE - Using fallback until fixed
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Inter Bold'), local('Inter-Bold'),
       url('../fonts/Inter-Bold.woff2') format('woff2');
}
*/

/* inter-800 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
       url('../fonts/Inter-ExtraBold.woff2') format('woff2');
}

/* space-mono-400 - latin */
/* CORRUPTED FONT FILE - Using fallback until fixed
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Space Mono'), local('SpaceMono-Regular'),
       url('../fonts/SpaceMono-Regular.woff2') format('woff2');
}
*/

/* space-mono-700 - latin */
/* CORRUPTED FONT FILE - Using fallback until fixed
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Space Mono Bold'), local('SpaceMono-Bold'),
       url('../fonts/SpaceMono-Bold.woff2') format('woff2');
}
*/