/* Experimental site-wide font swap. Pulls DM Sans / DM Serif Display from
   Google Fonts. To revert: delete the <link> tag for this file from
   templates/dashboard/base.html (and optionally delete this file). */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display&display=swap');

body {
    font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 {
    font-family: 'DM Serif Display', Georgia, serif;
    letter-spacing: -0.02em;
}
