/*
Theme Name:  Aqualaf Child
Theme URI:   https://aqualaf.com.ar
Author:      Agencia Croma
Author URI:  https://agenciacroma.com.ar
Description: Child theme for Aqualaf. All customizations, overrides and brand-specific adjustments go here. Inherits all parent theme functionality.
Version:     1.0.0
Template:    aqualaf-theme
Requires at least: 6.4
Requires PHP: 8.1
License:     Proprietary
Text Domain: aqualaf-child
*/

/* =========================================================
   Child Theme Overrides
   Add your custom CSS below — this loads after the parent.
   ========================================================= */

/* ── Brand Color Override Example ────────────────────────
   Uncomment and adjust to fine-tune brand tokens:

:root {
  --c-accent:      #0991C9;
  --c-accent-dark:  #096484;
}
*/

/* ── Logo size override ───────────────────────────────────
.site-header__logo img {
  height: 44px;
}
*/
