/* Песнь огня и крови - насыщенная бордово-серая палитра */
body {
    background: #2b1f24;
    color: #f0e6e8;
}

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

.navbar a {
    color: #f0e6e8;
}

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

.line {
    background: #f0e6e8;
}

.navbar .menu-items {
    background: #2b1f24;
}

.catalog-btn {
    background: linear-gradient(135deg, #f2c14e 0%, #991f36 100%);
    color: #1d151a;
}

.feedback-field {
    background-color: #3c2c33;
    color: #f0e6e8;
    border: 1px solid #f2c14e;
}

.feedback-btn {
    background: linear-gradient(135deg, #f2c14e 0%, #991f36 100%);
    color: #1d151a;
}

footer {
    background: #2b1f24;
}

footer a {
    color: #f0e6e8;
}

.category-card {
    background: #3c2c33;
    box-shadow: 0 4px 6px rgba(242, 193, 78, 0.1);
}