/*
Theme Name: Dulac Services - Elementor Pro Ready
Theme URI: https://dulacservices.nl
Author: Dulac Services
Author URI: https://dulacservices.nl
Description: Professioneel WordPress thema geoptimaliseerd voor Elementor & Elementor Pro. Speciaal ontworpen voor MKB, ZZP & Starters met focus op Synology NAS bestandsopslag, Synology C2 Cloud Backup en Webdesign. Biedt volledige ondersteuning voor de Elementor Theme Builder (Headers, Footers, Single Pages, Archives).
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
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: dulac-services
Tags: elementor, block-patterns, full-width-template, custom-colors, custom-menu, custom-logo, translation-ready, theme-options
*/

:root {
  --dulac-primary: #041534;
  --dulac-secondary: #1B2A4A;
  --dulac-accent: #E8961C;
  --dulac-accent-hover: #d18212;
  --dulac-bg-light: #f7f9fc;
  --dulac-text-main: #191c1e;
  --dulac-text-muted: #4A5568;
  --dulac-border: #c5c6cf;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--dulac-text-main);
  background-color: var(--dulac-bg-light);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--dulac-primary);
}

a {
  color: var(--dulac-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--dulac-accent-hover);
}

.dulac-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.dulac-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--dulac-accent);
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.875rem 1.75rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.dulac-btn:hover {
  background-color: var(--dulac-accent-hover);
  transform: translateY(-1px);
}

.dulac-btn-outline {
  background-color: var(--dulac-secondary);
  color: #ffffff !important;
  border: 1px solid #384668;
}

.dulac-btn-outline:hover {
  background-color: #202b3c;
}
