/*
 * Montserrat override.
 * Loaded after main.css so these :root values win. The rest of the theme reads
 * typography exclusively through these two variables, so nothing else changes.
 */
:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
}
