/* Local preview only. Shopify supplies these fonts, the page background, and the theme reset. */
@font-face{font-family:"Bebas Neue";src:url('/assets/bebas.woff2') format('woff2');font-display:swap}
@font-face{font-family:"Barlow Condensed";src:url('/assets/barlow.woff2') format('woff2');font-display:swap}
/* Same blanket reset as the live theme's base.css, so the preview catches anything that leans on browser margins. */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#0b0b0c;color:#fff;font-family:"Barlow Condensed",sans-serif}
.gsg-preview-bar{background:#ce102c;color:#fff;text-align:center;padding:8px 15px;font:500 14px/1.3 "Barlow Condensed",sans-serif;letter-spacing:.12em;text-transform:uppercase}
.gsg-preview-bar b{padding:0 6px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{.gsg-preview-bar{display:none}body{background:#fff}}
.gsg-preview-bar a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55)}
