/* ================================================================
   responsive.css  –  Tischlermeister Marc Hambruch
   Global font enforcement for bare elements that carry no Tailwind
   font-* utility class. Layout/responsive behaviour now lives in
   Tailwind (styles.tw.css + inline md:/lg: variants).
   ================================================================ */

/* Body / UI text → Inter */
html, body, p, a, li, ul, ol, div,
strong, em, label, td, th, caption,
input, select, textarea, button,
span:not(.ui-hamburger-line) {
  font-family: 'Inter', Inter, sans-serif !important;
}

/* Headings → Outfit */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', Outfit, sans-serif !important;
}
