/*
Theme Name: Abogada
Theme URI: https://abogada.cl
Author: Estudio Jurídico
Author URI: https://abogada.cl
Description: Tema profesional y minimalista para abogada. Incluye secciones de servicios, sobre la abogada, blog y contacto. Compatible con WordPress 6.x.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: abogada
Tags: minimalist, professional, law, blue, one-page, custom-logo, custom-menu, threaded-comments, translation-ready
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
  --color-primary:   #1A3A5C;
  --color-secondary: #2563A8;
  --color-accent:    #93C4E9;
  --color-pastel:    #D6EAF8;
  --color-pastel-2:  #EBF5FB;
  --color-bg:        #F0F7FF;
  --color-gold:      #C9A96E;
  --color-gold-light:#E8D5B0;
  --color-text:      #1E2D3D;
  --color-text-muted:#5A7A95;
  --color-white:     #FFFFFF;
  --color-border:    #D0E4F5;

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg: 16px;

  --shadow-sm:  0 1px 3px rgba(26,58,92,0.08);
  --shadow-md:  0 4px 16px rgba(26,58,92,0.12);
  --shadow-lg:  0 8px 32px rgba(26,58,92,0.16);

  --transition: 0.25s ease;
  --max-width:  1200px;
  --header-h:   72px;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; border: none; background: none; }
