/* ============================================================
   assets/css/cardapio/base.css
   Camada 3 — Tipografia global e comportamento base
   ============================================================ */
html, body { overflow-x: hidden; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text-1);
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
