/*
Theme Name: Digital Distribution Netherlands
Theme URI: https://digitaledistributie.com
Author: All In Solutions
Author URI: https://allinsolutions.nl
Description: Lightweight, standalone WordPress theme for Digital Distribution Netherlands (DDN). A self-contained one-page company site with no parent-theme or page-builder dependency. Warm off-white editorial layout with a deep pine identity, a serif/grotesk/mono type system, and a built-in distribution schematic. Content lives in the templates, so no customizer setup is required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ddn
Tags: one-column, custom-menu, translation-ready, business
*/

/* The full design lives in /assets/css/main.css (enqueued from functions.php).
   This file only carries the required theme header plus a minimal reset so the
   theme degrades gracefully if the main stylesheet ever fails to load. */

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

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
}

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

a { color: inherit; }
