@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Raleway:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");:root{--cream:#fcf9f4;--charcoal:#2d343c;--teal:#3d7a8a;--teal-light:#5b8fa8;--text-primary:#2d343c;--text-secondary:rgba(45,52,60,.65);--text-muted:rgba(45,52,60,.6);--text-faint:rgba(45,52,60,.45);--border:rgba(45,52,60,.07);--bg-subtle:rgba(45,52,60,.02);--bg-card:#fff;--card-border:rgba(45,52,60,.08)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Source Sans\ 3,sans-serif;background:var(--cream);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:Libre Baskerville,serif;font-weight:400}a{color:var(--teal);text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}@media (max-width:768px){.desktop-only{display:none!important}.mobile-grid-1{grid-template-columns:1fr!important}.mobile-stack{flex-direction:column!important}}