body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  min-height: 100vh;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.hero-skeleton {
  width: 100%;
  min-height: 600px;
  background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);
}

.gtm-noscript {
  display: none;
  visibility: hidden;
}
