/* Small overrides to add a bit more blue tones without rebuilding SCSS */
.section-alt{background:#f4f8ff} /* blue-50 */
.main-nav a.active{background:rgba(28,109,208,.08);color:#0f4fa8}
/* Slightly enhance calendar wrapper bg via container (iframe cannot be styled) */
.calendar-aspect-ratio{background:#e6f1ff}

/* Use Google Font Albert Sans site-wide (overrides compiled CSS without rebuilding) */
body, .logo, h1, h2, h3, .button, .main-nav a { font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif; }
