/*
Theme Name: IGS Nord
Theme URI: https://igs-nord.de/
Author: IGS Nord GmbH
Description: Schlankes eigenes WordPress-Theme für IGS Nord GmbH – ohne Elementor und ohne Biddut.
Version: 0.3.4
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: igs-nord
*/


html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #111827;
    background: #ffffff;
}

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