/*
Theme Name: Elk Car Rental
Theme URI: https://defenderellc.com
Author: DefendereLLC
Author URI: https://defenderellc.com
Description: High-end dark mode autoverhuur — WhatsApp-conversie, Customizer-teksten, vloot (custom post type). Gebouwd door DefendereLLC voor Elk Car Rental.
Version: 1.3.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: elkcarrental
*/

/*
 * Eerste stylesheet — gebruik plain `html`/`body` (niet alleen .elkcr-theme),
 * zodat cache/oude HTML zonder body-class nog steeds leesbare kleuren heeft.
 */
:root {
  --bg: #070708;
  --bg-elevated: #0e0e11;
  --surface: #141418;
  --text: #eceae6;
  --text-muted: #9c9893;
  --accent: #d4af6a;
  --border: rgba(255, 255, 255, 0.08);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --tap: 44px;
  color-scheme: dark;
}

html {
  background-color: #070708 !important;
  color: #eceae6 !important;
}

body {
  margin: 0;
  min-height: 100svh;
  background-color: #070708 !important;
  color: #eceae6 !important;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  opacity: 1 !important;
  visibility: visible !important;
}

.elkcr-shell,
.elkcr-main {
  color: #eceae6 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

h1,
h2,
h3 {
  color: #eceae6 !important;
}

/* Links zonder inherit-trucs */
.elkcr-shell a {
  color: #9c9893;
}

.elkcr-shell a:hover {
  color: #d4af6a;
}

.elkcr-shell .elkcr-header__brand {
  color: #eceae6;
}

.btn.btn--ghost {
  color: #eceae6 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.btn.btn--primary:not(.btn--disabled) {
  color: #1a1208 !important;
}

.btn.btn--primary.btn--disabled {
  color: #9c9893 !important;
  background: #141418 !important;
}
