/*
Theme Name: Felipe Albarrán — Hello Elementor Child
Theme URI: https://felipealbarran.es
Author: Azulae S.L.
Author URI: https://azulae.blue
Description: Child theme para Felipe Albarrán Administradores de Fincas. Optimizado para Elementor Pro con header/footer theme builder.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.0
Text Domain: fa-elementor-child
*/

/* ============================================
   FELIPE ALBARRÁN v5 — TOKENS CSS
   ============================================ */

:root {
  --fa-brand: #C4562B;
  --fa-brand-dark: #9A3F1C;
  --fa-brand-light: #D97045;
  --fa-brand-pale: #FDF0EB;
  --fa-dark: #1B1916;
  --fa-text: #3A3632;
  --fa-muted: #7A746D;
  --fa-cream: #FDFBF7;
  --fa-off: #F6F2ED;
  --fa-line: rgba(154, 63, 28, 0.10);
  --fa-white: #FFFFFF;
  --fa-r-sm: 12px;
  --fa-r-md: 20px;
  --fa-r-lg: 28px;
  --fa-r-xl: 40px;
  --fa-ease: cubic-bezier(.32, .72, 0, 1);
  --fa-dur: .55s;
  --fa-font-body: 'Outfit', system-ui, sans-serif;
  --fa-font-serif: 'Lora', Georgia, serif;
}

body {
  font-family: var(--fa-font-body);
  color: var(--fa-text);
  background: var(--fa-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Film grain overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
