/*
Theme Name: Djskinproductions
Theme URI: https://github.com/djskin1/djskinproductions
Author: Djskinproductions
Author URI: https://djskinproductions.nl
Description: Legt de nadruk op eenvoud en aanpassingsvermogen. Biedt flexibele ontwerpmogelijkheden met patronen voor diverse paginatypen (diensten, landingspagina’s), geschikt voor blogs, portfolio’s, online magazines en zakelijke sites. Ondersteunt internationale typografie, kleurpaletten en toegankelijkheid.
Version: 1.0.3
GitHub Theme URI: djskin1/djskinproductions
Update URI: https://github.com/djskin1/djskinproductions
Requires at least: 6.0
Tested up to: 6.8.2
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: De Deken
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, site-editor, block-patterns, rtl-language-support, sticky-posts, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root{
	--font-primary: 'Inter', 'Poppins', 'Helvetica Neue', sans-serif;
	--djp-primary: #2563EB;
	--djp-secondary: #9333EA;
	--djp-text: #111827;
	--djp-bg: #F9FAFB;
	--djp-muted: #6B7280;
}

html, body{
	margin: 0;
	padding: 0;
	background-color: var(--djp-bg) !important;
	color: var(--djp-text) !important;
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 1.6;
}