/*
 * Theme Name:   Hello Elementor Child
 * Template:     hello-elementor
 * Description:  Child theme de Hello Elementor — Seguridad & Higiene AR
 * Version:      1.0.0
 * Author:       SuWeb
 */

/* ── Design tokens — Seguridad & Higiene AR (Stitch) ─────────────────────── */
:root {
    --clr-primary:            #002045;
    --clr-primary-container:  #1a365d;
    --clr-accent:             #ffb783;
    --clr-accent-dark:        #e88532;
    --clr-surface:            #f9f9ff;
    --clr-surface-low:        #f0f3ff;
    --clr-surface-high:       #d8e3fa;
    --clr-surface-highest:    #d8e3fa;
    --clr-surface-dim:        #cfdaf1;
    --clr-on-primary:         #ffffff;
    --clr-text:               #111c2c;
    --clr-text-muted:         #43474e;
    --clr-text-secondary:     #545f72;
    --clr-outline:            #74777f;
    --clr-outline-variant:    #c4c6cf;
    --clr-inverse-primary:    #adc7f7;

    --radius:      0.25rem;
    --radius-lg:   0.5rem;
    --shadow-card: 0 12px 32px rgba(17, 28, 44, 0.06);
    --shadow-float:0 4px 16px  rgba(17, 28, 44, 0.10);

    --sp-1: 0.25rem;
    --sp-2: 0.5rem;
    --sp-3: 0.75rem;
    --sp-4: 1rem;
    --sp-5: 1.25rem;
    --sp-6: 1.5rem;
    --sp-8: 2rem;
    --sp-10: 2.5rem;
    --sp-12: 3rem;
    --sp-16: 4rem;
    --sp-20: 5rem;
    --sp-24: 6rem;

    --font: 'Inter', sans-serif;
    --content-width: 1200px;
}
