:root {
    /* KOLOR PRZEWODNI */
    --brandPrimaryColor: #ED213A;


    /****************/
    /*** NAGŁÓWEK ***/
    /****************/

    /* KOLOR TŁA W MENU NA DESKTOPIE */
    --desktopMenuBackground: #fff;

    /* KOLOR TEKSTU W MENU NA DESKTOPIE */
    --desktopMenuTextColor: #474747;

    /* KOLOR LINII W MENU NA DESKTOPIE */
    --desktopBorderColor: lightgray;


    /* KOLOR TŁA W MENU NA TELEFONIE */
    --mobileMenuBackground: #fff;

    /* KOLOR TEKSTU W MENU NA TELEFONIE */
    --mobileMenuTextColor: #444;

    /* KOLOR BLENDY PO ROZWINIĘCIU MENU NA TELEFONIE */
    --mobileMenuBlendBackground: rgba(0, 0, 0, 0.5);


    /****************/
    /**** STOPKA ****/
    /****************/

    /* KOLOR TŁA STOPKI */
    --footer-background: #f2f5f7;


    /* KOLOR GŁÓWNY TEKSTU STOPKI */
    --footer-text-primary: grey;

    /* KOLOR DODATKOWY TEKSTU STOPKI */
    --footer-text-secondary: #0071c5;


    /* KOLOR LOGOTYPU */
    --footer-logo-fill: rgba(0, 0, 0, .1);

    /* KOLOR LOGOTYPU PO NAJECHANIU MYSZY */
    --footer-logo-fill-hover: rgba(0, 0, 0, .2);


    /* KOLOR TEKSTU LOGOTYPU */
    --footer-logo-text-fill: #fff;

    /* KOLOR TEKSTU LOGOTYPU PO NAJECHANIU MYSZY */
    --footer-logo-text-fill-hover: #fff;
}
