/* PATCH v5: font stability (prevents "font jumping") */
html { font-size: 16px; }
body { line-height: 1.9; }
.brand-title, h1, h2, h3 { letter-spacing: 0; }
.food-name { line-height: 1.7; }
.food-price { font-variant-numeric: tabular-nums; }
