@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
:root {
  --font-sans: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  --default-font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}
html, body,
body.theme-pixel-shop,
.theme-pixel-shop,
.theme-pixel-shop * {
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}
/* Avoid faux-bold / mixed fallback metrics */
.theme-pixel-shop .gs-hero__headline,
.theme-pixel-shop .gs-lineup__title,
.theme-pixel-shop .gs-product-grid__title,
.theme-pixel-shop .gs-header__logo-text,
.theme-pixel-shop h1, .theme-pixel-shop h2, .theme-pixel-shop h3 {
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
