/*
Theme Name: SiteSummit Raw HTML SEO Compatible
Theme URI: https://revieweditapp.com/
Author: SiteSummit
Description: Raw HTML WordPress theme with proper wp_head/wp_footer support for SEO plugins, favicons, analytics, schema and plugin assets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: sitesummit-raw-html-seo-compatible
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
