/* ============================================================
   BidYT — Minimal safety-net fallback
   The site's design is driven entirely by style.css (no CDN
   dependency). This file only patches a few base elements in
   case Google Fonts is unreachable, so layout still looks clean.
   ============================================================ */

body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
h1,h2,h3,h4{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
.hide-sm{display:flex}
@media (max-width:640px){.hide-sm{display:none}}
input[type="checkbox"]{accent-color:#E1122F}
.icon-dark,.icon-light{display:inline-block}
.dark .icon-light{display:none}
html:not(.dark) .icon-dark{display:none}
