

/* Bu CSS, dynamic_style.php tarafından anlık olarak oluşturulmuştur */

@font-face {
    font-family: 'EBGaramond Bold';
    src: url('../assets/fonts/EBGaramond-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'EBGaramond Bold', sans-serif;    background-color: #F5F0E8;
}

.menu-page, .catalog-list-container {
    background-color: #F5F0E8;
}

.category-title, .catalog-list-title {
    color: #6B4F4F;
    font-size: 2.8em;
}

.menu-item {
    font-size: 1.2em;
}

.item-name {
    color: #333333;
}

.item-price, 
.item-prices-matrix span, 
.volume-headers span, 
.catalog-item {
    color: #6B4F4F;
}

.item-dots {
     border-bottom-color: #6B4F4F;
}

/* Arka plan resimli kategorilerde okunurluk için renkleri ezelim */
.menu-category[style] .category-title,
.menu-category[style] .item-name,
.menu-category[style] .volume-headers,
.menu-category[style] .item-description {
    color: #fff;
}
.menu-category[style] .item-price,
.menu-category[style] .item-prices-matrix span,
.menu-category[style] .item-dots {
    color: #fff;
    border-bottom-color: #fff;
}
