/*
 * Load after Pixy theme styles (see layout.tsx).
 * Pixy sets *::selection { background: transparent } which hides all text selection.
 */
*::selection,
*::-moz-selection {
  background-color: rgba(255, 166, 0, 0.42) !important;
  color: inherit !important;
}

html,
body,
#smooth-wrapper,
#smooth-content,
main,
.mil-content,
.mil-content p,
.mil-content li,
.mil-content span,
.mil-content h1,
.mil-content h2,
.mil-content h3,
.mil-content h4,
.mil-content h5,
.mil-content h6,
.mil-content a,
.mil-content td,
.mil-content th,
.mil-content blockquote,
.tucura-blog-article__body,
.tucura-blog-article__body * {
  -webkit-user-select: text !important;
  user-select: text !important;
}

/* Decorative / UI chrome — keep non-selectable */
.mil-cursor-follower-wrap,
.mil-cursor-follower-wrap *,
.mil-progress-track,
.mil-progress-track *,
.tucura-about-watermark-frame,
.tucura-about-watermark-frame *,
.tucura-about-process__number,
.mil-preloader,
.mil-preloader * {
  -webkit-user-select: none !important;
  user-select: none !important;
}
