@font-face {
    font-family: "Dubai Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Dubai Regular"),
        url("../fonts/dubai-regular.woff") format("woff");
}

@font-face {
    font-family: "Dubai Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Dubai Bold"), url("../fonts/dubai-bold.woff") format("woff");
}

@font-face {
    font-family: "CormorantGaramond Bold";
    src: url("../fonts/cormorantgaramond-bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "CormorantGaramond BoldItalic";
    src: url("../fonts/cormorantgaramond-bolditalic.ttf");
    font-weight: bold;
    font-style: italic;
}

body {
    background-color: #FFFFFF;
    color: #000;
}

.menu {
    background: url("../images/bg/menu.jpeg") no-repeat right center;
    background-size: cover;
    padding: 5vw;
}
.menu.menu-mobile {
    background: url("../images/bg/menu-mobile.jpeg") no-repeat right center;
    background-size: cover;
}

.alex-brush-regular {
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

.dubai-regular {
    font-family: "Dubai Regular";
}

.dubai-bold {
    font-family: "Dubai Bold";
}

.title-menu {
    font-size: 96px;
    line-height: 72px;
}
.menu-mobile .weekday.title-menu {
    font-size: 72px;
    line-height: 72px;
}

.title-day {
    font-size: 68px;
    line-height: 64px;
}

.title-price {
    font-size: 96px;
    line-height: 84px;
}
.menu-mobile .weekday.title-price {
    font-size: 72px;
    line-height: 72px;
}

.items-menu {
    font-size: 32px;
}

.suggestion {
    background: #000;
    color: #fff;
    padding: 5vh 5vw;
}

.suggestion-options {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.suggestion-title {
    font-size: 72px;
    line-height: 72px;
    padding-bottom: 5vh;
}

.suggestion-option {
    font-size: 16px;
    line-height: 32px;
}

.divider {
    width: 100%;
}

.divider div {
    height: 10px;
}

.divider-green {
    background-color: #169844;
}
.divider-white {
    background-color: white;
}
.divider-red {
    background-color: #e00717;
}


.suggestion-logo {
    background: url("../images/logo-suggestion.png") no-repeat center center;
    background-size: 250px 250px;
    padding: 5vw;
}
.suggestion-day {
    padding: 5vh 5vw;
}

.cormorantgaramond-bold {
    color: #000000;
    font-family: "CormorantGaramond Bold";
}

.cormorantgaramond-bolditalic {
    color: #be1024;
    font-family: "CormorantGaramond BoldItalic";
}