:root {
    --mv-font-display: 'Fraunces', Georgia, serif;
    --mv-font-ui: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    --mv-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    font-family: var(--mv-font-body);
    background: #0d1117;
    color: #e6eef8;
    margin: 0;
}

h1,
h2,
h3,
[data-typo="display"] {
    font-family: var(--mv-font-display);
}

button,
input,
select,
textarea,
.mv-ui-font {
    font-family: var(--mv-font-ui);
}

.mv-lyrics-no-indent {
    text-indent: 0;
}
