/* Start custom CSS *//* ==========================================================
   Responsive Heading Sizes
   ========================================================== */

/* ── iPad (768px – 1024px) ──────────────────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
    h1 { font-size: 32px !important; }
    h2 { font-size: 26px !important; }
}

/* ── Mobile (unter 768px) ───────────────────────────────── */
@media (max-width: 767px) {
    h1 { font-size: 26px !important; }
    h2 { font-size: 22px !important; }
}/* End custom CSS */