@charset "UTF-8";
/* 24.css trimmed to selectors actually used by index.html.
   Removed advanced search (.asp_m) and pagination (.wp-pagenavi) styles,
   since no matching elements exist in this page. Kept placeholder and basic text highlight styles. */

/* Text highlight utility (may appear in content sections) */
.hightlight_text {
  background-color: #FF644855;
}

/* Placeholder typography (used globally in form elements if any exist later) */
::-webkit-input-placeholder {
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  color: #90908E !important;
}

:-ms-input-placeholder {
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  color: #90908E !important;
}

::placeholder {
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  color: #90908E !important;
}
