.flavoria {
  --primary: #8b2e2e;
  --secondary: #d4a35f;
  --tertiary: #dfb57a;
  --background: #f8f5ef;
  --card: #ffffff;
  --text: #2d2d2d;
  --muted: #6b6560;

  font-family: "Segoe UI", sans-serif;
  background: var(--background);
  color: var(--text);
  overflow-x: hidden;
  --radius: 14px;
  --shadow: 0 8px 25px rgba(0,0,0,.08);
}

/* ── TYPOGRAPHY ── */
/* Standard txt */
.flavoria .text-justify {
    text-align: justify;
}

/* Main div */
.flavoria .restaurant-page {
    padding-bottom: 60px;
}