/**
 * Plik: 0-variables.css
 * Zmienne wyciągnięte BEZPOŚREDNIO z Twojego style.css i footer.php
 */
:root {
    /* Kolory Główne z style.css */
    --ckm-green: #00a859;
    --ckm-green-dark: #0d2818;
    --ckm-bg-gray: #f4f7f5;
    --ckm-text-main: #333333;
    --ckm-white: #ffffff;
    
    /* Kolory specyficzne dla stopki (z Twojego footer.php) */
    --ckm-footer-bg: #0a110d;
    --ckm-footer-text: #9aa5a0;
}