/* Custom theme styles */
/* Светлая тема */
:root {
    --body-background: #ffffff !important; /* Белый фон всей страницы */
    --body-text-color: #222222 !important; /* Тёмный текст */
    --primary-background: #3B82F6 !important; /* Цвет основных кнопок 17895D */
    --primary-text-color: #ffffff !important; /* Белый текст на кнопках */
    --footer-background: #17895D !important; /* Цвет футера */
}