/*
Theme Name:   Clinell Child
Theme URI:    https://clinell-srbija.com
Description:  Flatsome child theme for Clinell Srbija. Applies the Clinell /
              Gama Healthcare visual identity. Customizations live in
              assets/css/clinell.css (loaded by functions.php). This file
              holds the theme header and brand tokens only.
Author:       XTRACODE
Template:     flatsome
Version:      0.4.0
License:      Proprietary
Text Domain:  clinell-child
*/

/* -------------------------------------------------------------------------
   Clinell brand tokens
   Sampled from packaging + logo + Gama Healthcare aesthetic.
   Easy to refine — change one value here, propagates everywhere.
   ------------------------------------------------------------------------- */
:root {
    /* Primary palette — Clinell green is the signature brand color */
    --clinell-green:        #76BC21;
    --clinell-green-dark:   #5A9418;
    --clinell-green-pale:   #EAF5DD;

    /* Navy / corporate */
    --clinell-navy:         #0F4675;
    --clinell-navy-dark:    #082848;

    /* Neutrals */
    --clinell-text:         #262626;
    --clinell-muted:        #6C757D;
    --clinell-border:       #E5E7EB;
    --clinell-bg:           #FFFFFF;
    --clinell-bg-alt:       #F8F9FA;

    /* Accents */
    --clinell-accent:       #FFB800;  /* warm yellow for CTAs / highlights */

    /* Typography */
    --clinell-font-body:    "Inter", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --clinell-font-heading: var(--clinell-font-body);
    --clinell-font-display: var(--clinell-font-body);

    /* Sizing / radius */
    --clinell-radius:       6px;
    --clinell-radius-lg:    12px;
    --clinell-shadow-card:  0 1px 3px rgba(13, 43, 74, 0.08);
    --clinell-shadow-hover: 0 8px 24px rgba(13, 43, 74, 0.12);

    /* Layout */
    --clinell-max-width:    1200px;
    --clinell-gap:          24px;
}
