﻿
/* Default Theme */
.theme-Default {
    background-color: #f9f7f2;
}

.theme-Default h1,
.theme-Default h2,
.theme-Default h3,
.theme-Default h4,
.theme-Default h5,
.theme-Default h6 {
    font-family: 'Playfair Display', serif;
    color: #2c2214;
}

.theme-Default body,
.theme-Default p,
.theme-Default li,
.theme-Default div,
.theme-Default a,
.theme-Default input,
.theme-Default textarea,
.theme-Default select,
.theme-Default label,
.theme-Default th,
.theme-Default td {
    font-family: 'Lato', sans-serif;
    color: #4f4a42;
}

.theme-Default .category-line,
.theme-Default .decorative-line-last,
.theme-Default .decorative-line {
    background-color: #d4b78f;
}

.theme-Default .ingredient:not(:last-child)::after,
.theme-Default .decorative-icon,
.theme-Default .decorative-icon-last,
.theme-Default .ingredient-list-item::before {
    color: #d4b78f;
    background-color: #f9f7f2;
}

.theme-Default .menu-item {
    border-bottom: 1px solid #eae0d0;
}


.theme-Default .ingredient:not(:last-child)::after {
    content: "•";
}

.theme-Default .ingredient-list-item::before {
    content: "•";
}

.theme-Default .decorative-icon::before {
    content: "✦";
}

.theme-Default .decorative-icon-last::before {
    content: "✦";
}
