/*
Theme Name: Ipswich House of Pizza Modern
Theme URI: https://ipswichhouseofpizza.com/
Description: Modern TailwindCSS WordPress theme for Ipswich House of Pizza with animated menu sections.
Version: 1.0.0
Text Domain: ipswich-house
*/

html { scroll-behavior: smooth; }
body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.font-display { font-family: Georgia, "Times New Roman", serif; }
.menu-card { animation: fadeUp .55s ease both; }
@keyframes fadeUp { from { opacity:0; transform: translateY(18px);} to {opacity:1; transform: translateY(0);} }
.glass { background: rgba(255,255,255,.82); backdrop-filter: blur(16px); }
