/*
    Theme Name: Hx Theme
    Theme URI: https://hxdigital.com.br/
    Author: Higor Paulo | Hx Digital
    Author URI: https://hxdigital.com.br/
    Description: Tema base Hx Digital para projetos WordPress.
    Version: 2025.1
    License: Hx Digital
    License URI: https://hxdigital.com.br/
    Text Domain: hx-theme
*/

/* ============================================================
   VARIÁVEIS GLOBAIS — alterar aqui reflete em todos os módulos
   ============================================================ */
:root {
    /* Escala de neutros — light theme */
    --color-neutral-100: #ffffff;
    --color-neutral-200: #fafafa;
    --color-neutral-300: #e0dddd;
    --color-neutral-400: #999999;
    --color-neutral-500: #777777;
    --color-neutral-600: #444444;
    --color-neutral-700: #dddddd;
    --color-neutral-800: #f7f3ee;
    --color-neutral-900: #161616;

    /* Cor de destaque — Dr. Barbara Rocha */
    --color-primary: #bd956a;
    --color-primary-rgb: 142, 98, 59;
    --color-primary-hover: rgba(142, 98, 59, 0.1);
    --color-secondary: #bd956a;
    --color-secondary-rgb: 189, 149, 106;
    --color-tertiary: #c3b19b;
    --color-tertiary-rgb: 195, 177, 155;

    /* Preto puro e canais RGB (para rgba()) */
    --color-black: #000;
    --color-white-rgb: 255, 255, 255;
    --color-black-rgb: 0, 0, 0;

    /* Overlay */
    --overlay-sm: rgba(0, 0, 0, 0.3);
    --overlay-lg: rgba(0, 0, 0, 0.6);
    --overlay-70: rgba(0, 0, 0, 0.7);
    --overlay-90: rgba(0, 0, 0, 0.9);

    /* Card */
    --card-bg: rgba(142, 98, 59, 0.668);
    --card-border: rgba(142, 98, 59, 0.414);

    /* Header scrolled */
    --header-scrolled-bg: rgba(255, 255, 255, 0.95);

    /* Fonte principal */
    --font-family-01: "Ubuntu", sans-serif;

    /* Section spacing */
    --section-py: 5rem;
    --section-py-sm: 3rem;

    /* CTA buttons — hover wipe */
    --btn-cta-duration: 0.45s;
    --btn-cta-ease: cubic-bezier(0.4, 0, 0.2, 1);
}
