/* W2INPUTSTYLE_V1 — the word input legible on dark + its font is synced to the
   selected STYLE by w2inputstyle.js (classic->Barlow, street->Permanent Marker,
   brand->Bagel Fat One). This file only fixes the dark-theme text colour; the
   font-family/weight are applied inline by the JS so they track the style. */
html.w2-dark .w2-foot-field{ color:#f4f1ec !important; }
html.w2-dark .w2-foot-field::placeholder{ color:rgba(255,255,255,.42) !important; }
