@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Lato:wght@400;700&display=swap);*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#29251c,#2c2306);color:#d9e2f1;font-family:Raleway,sans-serif;margin:0;min-height:100vh}#main-header{align-items:center;display:flex;justify-content:space-between;padding:3rem 10%}#main-header #title{align-items:center;display:flex;gap:1rem}#main-header #title img{border:2px solid #ffc404;border-radius:50%;height:4rem;object-fit:contain;width:4rem}#main-header button{font-size:1.5rem}#main-header button,h1{font-family:Lato,sans-serif}h1{color:#ffc404;font-size:2rem;font-weight:700;letter-spacing:.2rem;margin:0;text-transform:uppercase}#meals{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));list-style:none;margin:2rem auto;max-width:70rem;padding:1rem;width:90%}.meal-item{background-color:#1d1a16;border-radius:1rem;box-shadow:0 1px 6px #0000004d;overflow:hidden;text-align:center}.meal-item article{display:flex;flex-direction:column;height:100%;justify-content:space-between}.meal-item img{height:20rem;object-fit:cover;width:100%}.meal-item h3{font-size:1.5rem;font-weight:700;margin:.75rem 0}.meal-item-description{margin:1rem}.meal-item-price{background-color:#312c1d;border-radius:4px;color:#ffc404;display:inline-block;font-size:.9rem;font-weight:700;margin:0;padding:.5rem 2rem}.meal-item-actions{margin-bottom:1.5rem}.cart h2{margin:1rem 0}.cart ul{list-style:none;margin:.5rem 0;padding:0}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-actions .text-button{color:#1d1a16}.modal-actions .text-button:active,.modal-actions .text-button:hover{color:#312c1d}.cart-total{color:#46443c;display:flex;font-size:1.15rem;font-weight:700;justify-content:flex-end;margin:2rem 0}.cart-item{align-items:center;display:flex;justify-content:space-between;margin:.5rem 0}.cart-item p{margin:0}.cart-item-actions{align-items:center;display:flex;gap:1rem}.cart-item-actions button{align-items:center;background-color:#312c1d;border:none;border-radius:50%;color:#ffc404;cursor:pointer;display:flex;font-size:1rem;height:1.5rem;justify-content:center;width:1.5rem}.cart-item-actions button:active,.cart-item-actions button:hover{background-color:#1d1a16;color:#ffab04}.control{display:flex;flex-direction:column;margin:.5rem 0}.control label{font-weight:700;margin-bottom:.5rem}.control input{border:1px solid #ccc;border-radius:4px;font:inherit;max-width:20rem;padding:.5rem;width:100%}.control-row{display:flex;gap:1rem;justify-content:flex-start}.button{background-color:#ffc404;border:1px solid #ffc404;border-radius:4px;color:#1f1a09;cursor:pointer;font:inherit;padding:.5rem 1.5rem}.button:active,.button:hover{background-color:#ffab04;border-color:#ffab04;color:#1f1a09}.text-button{background-color:initial;border:none;color:#ffc404;cursor:pointer;font:inherit}.text-button:active,.text-button:hover{color:#ffab04}.modal{animation:fade-slide-up .3s ease-out forwards;background-color:#e4ddd4;border:none;border-radius:6px;box-shadow:0 2px 8px #0009;max-width:40rem;padding:1rem;width:80%}.modal::backdrop{background-color:#0000008c}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.1543cc30.css.map*/