/*
Theme Name: LGPD Consultoria - Elementor
Theme URI: https://consultoriainfolock.com
Description: Tema otimizado para Elementor com design system LGPD Consultoria.
Version: 1.0.0
Author: Infolock Consultoria
Author URI: https://consultoriainfolock.com
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: lgpd-consultoria
*/

:root {
  --background: 0 0% 100%;
  --foreground: 222 47% 11%;
  --primary: 217 91% 60%;
  --primary-foreground: 0 0% 100%;
  --muted: 210 40% 96%;
  --muted-foreground: 215 16% 47%;
  --accent: 199 89% 48%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84% 60%;
  --border: 214 32% 91%;
  --card: 0 0% 100%;
  --radius: 0.75rem;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Schibsted Grotesk', sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

/* Elementor overrides - ensure theme colors work with Elementor */
.elementor-section { --e-global-color-primary: hsl(217, 91%, 60%); }
