:root {
  --font-sans: 'inter', sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;
}

body {
  font-family: var(--font-sans);
}

pre,
code,
kbd,
samp {
  font-family: var(--font-mono);
}

.space-mono-regular {
  font-family: var(--font-mono);
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: var(--font-mono);
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: var(--font-mono);
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: var(--font-mono);
  font-weight: 700;
  font-style: italic;
}
