/* VetCare — design tokens. Palette de l'enseigne : graphite + cyan.
   --vc-cyan se surcharge inline depuis le Centre de contrôle (couleur de marque). */
:root{
    /* Marque */
    --vc-cyan:#2FA8D5;
    --vc-cyan-d:#1E86AD;
    --vc-cyan-dd:#166A8A;
    --vc-cyan-soft:#E6F4FA;
    --vc-cyan-tint:#F3FAFD;
    --vc-teal:#34B39A;          /* la croix du logo · urgences / disponible */
    --vc-teal-soft:#E4F6F1;
    --vc-graphite:#3B3E44;      /* fond de l'enseigne */
    --vc-graphite-d:#2B2E33;
    --vc-graphite-dd:#1F2126;
    --vc-amber:#D9903A;
    --vc-amber-soft:#FBF1E2;
    --vc-red:#D64545;
    --vc-red-soft:#FBE9E9;
    --vc-green:#2E9E6B;
    --vc-green-soft:#E6F5EC;

    /* Encre & surfaces */
    --vc-ink:#15171B;
    --vc-ink2:#3A3F47;
    --vc-ink3:#6B717C;
    --vc-ink4:#9AA0AA;
    --vc-line:#E7EAEE;
    --vc-line-hi:#D6DBE2;
    --vc-bg:#FFFFFF;
    --vc-bg2:#F5F7F9;
    --vc-bg3:#EEF1F4;
    --vc-surface:#FFFFFF;

    /* Formes & ombres */
    --vc-radius:14px;
    --vc-radius-sm:10px;
    --vc-radius-lg:22px;
    --vc-radius-xl:30px;
    --vc-shadow:0 14px 40px rgba(21,23,27,.08);
    --vc-shadow-lg:0 30px 80px rgba(21,23,27,.14);
    --vc-shadow-cyan:0 12px 30px rgba(47,168,213,.30);
    --vc-maxw:1180px;

    /* Typo */
    --vc-font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
    --vc-display:'Montserrat','Inter',system-ui,sans-serif;

    /* Mouvement */
    --vc-ease:cubic-bezier(.22,1,.36,1);
}
