/* Base styles and custom overrides */

body {
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

/* Ensure images maintain aspect ratio */
img {
    max-width: 100%;
    height: auto;
}
