/* resources/css/themes.css */

:root {

    --background-color: #ffffff;
    --text-color-section: #5d5d5d;
    --text-color-tittle: #373b4d;
    --text-color-p:#6c757d;
    --background-more-prices:#f5f1f2;
    --text-color-h5-a:#201e29;
    --text-banner: #6c757d;
}

.dark-theme {

    --background-color: #000000;
    --text-color: #f5f5f5;
    --text-color-section: #f5f5f5;
    --text-color-tittle: #ffef00;
    --text-color-p:#f5f5f5;
    --background-more-prices:#000000;
    --text-color-h5-a:#f5f5f5;
    --text-banner: ##fdf2f6;
}
