/* Additional Custom Styles */
body {
    font-family: 'Lato', sans-serif;
    color: #2C3E50;
}

h1, h2, h3, h4, .font-serif {
    font-family: 'Cormorant Garamond', serif;
}

/* Smooth scroll offset for fixed navbar */
section[id] {
    scroll-margin-top: 80px;
}
