/*
Theme Name:   Hello Elementor Child — Deli Empanadas
Template:     hello-elementor
Version:      1.0.0
*/

/* ── Google Fonts ─────────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&family=Inter:wght@400;500;600;700&display=swap');

/* ── Design tokens (all Deli pages) ─────────────────────────────────────── */
:root {
  --d-dark:   #0f0a06;
  --d-brown:  #1c0f07;
  --d-gold:   #c8922a;
  --d-gold-h: #e0a83c;
  --d-cream:  #f0e6d3;
  --d-muted:  #9a8472;
  --d-sep:    rgba(200,146,42,.15);
  --d-r:      10px;
}

/* ── Shared layout helper ────────────────────────────────────────────────── */
.deli-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .deli-wrap { padding: 0 20px; }
}

/* ── Remove Elementor page padding (full-bleed sections) ─────────────────── */
.elementor-section-wrap,
.e-con {
  padding: 0 !important;
}
