/* OAOA CSS Styles */
::-moz-selection { /* Code for Firefox */
  color: var(--base) !important;
  background: var(--accent) !important;
}
::selection {
  color: var(--base) !important;
  background: var(--accent) !important;
}

/* Disable Countdown */
#ppwp_sitewide_countdown {
  display: none !important;
  opacity: 0 !important;
}

/* Target the ACF WYSIWYG TinyMCE editor */
/* .acf-input .mce-edit-area .mce-content-body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
} */