/* NEW FEATURE START: CORE UPGRADE ENTRY POINT */

@import url('./variables.css');
@import url('./components-upgrade.css');
@import url('./responsive-upgrade.css');

/* Global Overrides (Non-Destructive) */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

/* NEW FEATURE END */