/*
Theme Name: Noordelijk DF Theme
Theme URI: https://noordelijkdf.nl
Description: Custom theme voor Noordelijk Digital Finance
Version: 2.1.3
Author: Noordelijk DF
Author URI: https://noordelijkdf.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noordelijkdf
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

ul li {
    list-style-position: inside;
}

@media print {
    header, footer, .cookie-banner {
        display: none;
    }
}