/* Основные цвета */
body {
    background: #111B32;
    color: #EDF2FB;
}

h1, h2, h3, h4 {
    color: #A2D2FF;
}

.navbar a {
    color: #EDF2FB;
}

.navbar a:hover {
    color: #A2D2FF;
}

.line {
    background: #EDF2FB;
}

.navbar .menu-items {
    background: #111B32;
}

/* Кнопки и интерактивные элементы */
.catalog-btn {
    background: linear-gradient(135deg, #A2D2FF 0%, #5390D9 100%);
    color: #111B32;
}

.feedback-btn {
    background: linear-gradient(135deg, #A2D2FF 0%, #5390D9 100%);
    color: #111B32;
}

/* Формы и поля ввода */
.feedback-field {
    background-color: #1E335E;
    color: #EDF2FB;
    border: 1px solid #A2D2FF;
}

/* Карточки и контейнеры */
.category-card {
    background: #1E335E;
    box-shadow: 0 4px 6px rgba(162, 210, 255, 0.1);
}

/* Футер */
footer {
    background: #111B32;
}

footer a {
    color: #EDF2FB;
}

/* Контакты */
.contacts-link, .contacts-address {
    color: #EDF2FB;
}