@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&family=Source+Serif+4:ital,wght@0,300;0,400;1,300;1,400&display=swap");*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1e3d;--blue:#4a7fc1;--text:#1a1a1a;--text-mid:#2a2a2a;--muted:#555;--border:#ddd}html{scroll-behavior:smooth;height:100%}body{font-family:DM Sans,sans-serif;background:#fff;color:var(--text);min-height:100%;display:flex;flex-direction:column}main{flex:1 1}