/*
Theme Name: Normes Custom SEO Theme
Theme URI: https://test.bgpl.dk
Author: Your Name
Description: A high-performance, SEO-optimized custom theme for Normes.dk.
Version: 1.0
Text Domain: normes
*/

/* --- Basic CSS Reset --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #0056b3;
}

a:hover {
    text-decoration: underline;
}

/* --- Layout Containers --- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
