/*
Theme Name: Bafteh Strafverteidigung
Theme URI: https://www.bonnstrafverteidiger.de
Description: Elementor-basiertes Child Theme für Bafteh Strafverteidigung Bonn. Minimalistisches Schwarz-Weiß-Design mit Montserrat-Typografie.
Author: Philip Bafteh
Author URI: https://www.bonnstrafverteidiger.de
Template: hello-elementor
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: bafteh-child
*/

/* ═══════════════════════════════════════
   GLOBAL CSS VARIABLES
   ═══════════════════════════════════════ */
:root {
  --black: #0a0a0a;
  --dark: #1a1a1a;
  --gray-800: #333;
  --gray-600: #555;
  --gray-500: #666;
  --gray-400: #888;
  --gray-300: #aaa;
  --gray-200: #d1d5db;
  --gray-100: #e5e7eb;
  --off-white: #f7f7f7;
  --white: #ffffff;
  --font: 'Montserrat', system-ui, -apple-system, sans-serif;
  --max-width: 1140px;
  --transition: .2s ease;
}

/* ═══════════════════════════════════════
   BASE STYLES
   ═══════════════════════════════════════ */
body {
  font-family: var(--font) !important;
  color: var(--dark);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font) !important;
  color: var(--black);
}

a { transition: color var(--transition); }

/* Elementor overrides for consistent styling */
.elementor-widget-text-editor {
  font-family: var(--font) !important;
  line-height: 1.8;
  color: var(--gray-600);
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--font) !important;
}
