/* reset.css */

/* Reset default styles */
* {
    box-sizing: border-box;
}

/* General Styles (Applied to All Themes) */
body {
    font-family: 'Arial Sans', sans-serif;
    margin: 0;
    padding: 0;
}
