/* Global Styles */
html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom Selection Color */
::selection {
    background-color: #1B4D2E; /* Brand Forest Green */
    color: white;
}

/* Fallback for background image if needed */
header {
    background-color: #111827;
}

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}