/* Explain: Base reset and typography defaults. - */
* {
    box-sizing: border-box;
}

html {
    background: var(--background-color);
}

body {
    overflow-x: hidden;
    font-size: 0.875rem; /* ~14px base for a more refined e-commerce look */
}
