/* Global Reset & Base Theme */
html, body {
    margin: 0;
    padding: 0;
    background-color: #121415; /* Deep slate/obsidian */
    color: #e0e0e0; /* Off-white for readability */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

* {
    box-sizing: border-box;
}

/* We will import a custom font like 'Cinzel' or 'Oswald' later for that Norse typography */