/* Loaded first from base.html: single source for user-facing typography */
:root {
    --font-main: "Montserrat", Arial, sans-serif;
}

html,
body {
    font-family: var(--font-main);
}
