/* ================================================================
   infotainment.guide — gedeelde basisstijl (reset + typografie)
   Vereist shared/css/tokens.css (moet er vóór geladen worden) en
   het Inter-lettertype via Google Fonts.
   ================================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a      { color: inherit; }
button { font-family: inherit; }
img    { max-width: 100%; }
