/*
Theme Name: NIS2 Compliance
Theme URI: https://nis2.pl
Author: NIS2.pl
Author URI: https://nis2.pl
Description: Profesjonalny motyw WordPress dla firmy konsultingowej NIS2 — cyberbezpieczeństwo i zgodność z dyrektywą UE 2022/2555.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nis2-compliance
Tags: one-page, landing-page, cybersecurity, business
*/

:root {
  --color-primary: #c4122f;
  --color-dark: #1a2744;
  --color-darker: #0f172a;
  --color-bg-light: #f8f9fb;
  --font-main: 'Open Sans', Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  color: #374151;
  background: #ffffff;
}

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

a {
  text-decoration: none;
}
