
/* Montserrat headings (700) and body (400). To load the actual font, add this line to each HTML <head> on deploy:
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
*/
:root { --font: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font); font-weight:700; }
body, p, li, .small, .meta { font-family: var(--font); font-weight:400; }

body{font-family:system-ui;padding:1rem;}