body {
  font-size: 14px !important;
}

h1 { font-size: 22px !important; }
h2 { font-size: 20px !important; }
h3 { font-size: 18px !important; }

input, button {
  font-size: 14px !important;
  padding: 6px 10px !important;
}

/* Hide any admin button globally */
#adminPanelBtn {
  display: none !important;
}


/* ── HP Homepage heading size overrides (bypass global h2 20px cap) ── */
.hp-heading,
.hp-about-title,
.hp-feat-title,
.hp-cta-copy h2 {
  font-size: unset !important;
}
.hp-heading { font-size: clamp(1.65rem, 3.2vw, 2.4rem) !important; }
.hp-feat-title { font-size: 1.2rem !important; }
.hp-cta-copy h2 { font-size: clamp(1.3rem, 2.8vw, 1.9rem) !important; }
