/*! normalize.css | Optimized for modern browsers | Updated Version */

/* Base Reset */
html {
    font-family: sans-serif; /* Default font family */
    -ms-text-size-adjust: 100%; /* Prevent text size adjust in IE */
    -webkit-text-size-adjust: 100%; /* Prevent text size adjust in WebKit browsers */
}

body {
    margin: 0;
}

/* HTML5 Sectioning Elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block; /* Ensure proper block behavior */
}

/* Media Elements */
audio,
canvas,
progress,
video {
    display: inline-block; /* Consistency across browsers */
    vertical-align: baseline;
}