/* Self-hosted utilities (replaces Tailwind CDN for whitepaper embeds) */
html {
  scroll-behavior: smooth;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.hidden {
  display: none !important;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block !important;
  }

  .sm\:inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .md\:inline {
    display: inline !important;
  }
}
