:root {
    --font-sans: 'Geist', sans-serif;
    --font-heading: 'Space Grotesk', sans-serif;
    --font-mono: 'Geist Mono', monospace;
}

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

h1, h2, h3, h4, h5, h6,
.pms-dashboard-card__title {
    font-family: var(--font-heading);
}

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