@font-face{
    font-family: "RobotoSlab";
    src: url("./fonts/RobotoSlab.ttf") format("truetype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Acumin";
    src: url("./fonts/AcuminVariableConcept.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.invisible{
    display: none;
}

.main-container{
    width: 642px;
    height: 1080px;
    overflow: hidden;
    position: relative;
    background: #eacd88;
}

.title-image{
    background: url('../assets/title.png');
    width: 570px;
    height: 110px;
    margin: 0 auto;
}

.daily-specials{
    text-align: center;
    margin-top: 28px;
}

h1.main-title{
    font-family: "RobotoSlab";
    font-weight: bold;
	font-style: normal;
    font-size: 5.625rem;
    line-height: 1.2em;
    letter-spacing: -1px;
}

.daily-menu {
    min-height: 890px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}

.title-price{
    display: flex;
    justify-content: space-between;
}

.food-content {
    padding: 0 35px;
    margin-top: 15px;
}

.food-title{
    font-family: "Acumin";
    font-weight: 600;
	font-style: normal;
    font-size: 42px;
    line-height: 1.2em;
}

.food-price{
    font-family: "Acumin";
    font-weight: 700;
	font-style: normal;
    font-size: 42px;
    line-height: 1.2em;
    display: flex;
}

.food-description{
    margin-top: 5px;
    font-family: "Acumin";
    font-weight: 400;
	font-style: italic;
    font-size: 36px;
    line-height: 1.2em;
    max-width: 475px;
}

.line{
    position: absolute;
    background: #80b796;
    right: 0;
    width: 12px;
    height: 1080px;
}