/* ══ ANTI-COPY QORUMA ══ */
.reg-section, .reg-sec-title, .choice-item label, .fg label, .reg-hero {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
/* inputs must remain typeable */
.reg-section input, .reg-section textarea, .reg-section select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
}
