/*
Theme Name: Blauw OnePage Elementor
Theme URI: https://example.com/
Author: Project Blauw (generated)
Author URI: https://example.com/
Description: Minimal, snelle one-page WordPress theme met Elementor-vriendelijke templates (Full Width & Blank) en een kant-en-klare front-page lay-out in lichtblauw/donkerblauw/wit.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blauw-onepage-elementor
Tags: one-column, custom-logo, custom-menu, featured-images, full-width-template, accessibility-ready
*/

:root{
  --primary:#0B1F3B;  /* donkerblauw */
  --accent:#4DA3FF;   /* lichtblauw */
  --white:#FFFFFF;
  --soft:#F3F7FF;
  --text:#0A1020;
  --muted:#546179;
  --shadow:0 14px 40px rgba(11,31,59,.12);
  --radius:18px;
  --maxw:1120px;
}

html{scroll-behavior:smooth;}
body{margin:0;color:var(--text);background:var(--white);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans","Helvetica Neue",sans-serif;line-height:1.5;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
