/* Custom Font Overrides */
h1, h2, h3, .font-serif {
    font-family: 'Merriweather', serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}