/* MATCHSIK v28.19 — force light appearance without changing intentional brand sections */
:root{color-scheme:light!important}
html{color-scheme:light!important;background:#f4f4ef}
body{forced-color-adjust:none}
input,select,textarea,button{color-scheme:light!important}
@media (prefers-color-scheme:dark){
  :root{color-scheme:light!important}
  html{background:#f4f4ef!important}
  body{color-scheme:light!important}
  input,select,textarea{background-color:#fffdf9;color:#142d29;border-color:#d4dcd6}
}
