@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");:root{--background:#000000;--foreground:#ffffff}body{margin:0;padding:40px 20px;background-color:var(--background);color:var(--foreground);font-family:Playfair Display,serif;font-size:18px;line-height:1.6}header{text-align:center;margin-bottom:40px}header .logo{width:100%;max-width:450px;height:auto;margin:0 auto}h1{font-size:36px;text-align:center;margin-bottom:40px;letter-spacing:1px}h2{font-size:24px;margin-top:40px;margin-bottom:20px;border-bottom:1px solid var(--foreground);padding-bottom:8px}.menu-section{max-width:600px;margin:0 auto}.menu-item{display:flex;justify-content:space-between;margin-bottom:10px}footer{margin-top:60px;text-align:center;font-size:14px;opacity:.6}