/* Minimal custom styles to complement Bootstrap 5 */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Navbar brand styling */
.navbar-brand {
    font-size: 1.25rem;
}
