:root {
    --font-heading: 'Space Grotesk', sans-serif;
    --font-mono: 'Space Mono', monospace;
    --font-body: 'Space Grotesk', sans-serif;
}


body {
    font-family: var(--font-body);
    color: #0B132B;
}


h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 700;
}


code,
.mono {
    font-family: var(--font-mono);
}