/*
Theme Name: HSS Audio — SONAVECT
Theme URI: https://hssaudio.com/
Author: HSS Audio
Author URI: https://hssaudio.com/
Description: A dedicated, responsive WordPress sales theme for HSS Audio's SONAVECT Mac audio-routing application, featuring the SONAVECT desktop-app interface.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hss-sonavect-theme
Tags: one-column, custom-logo, featured-images, full-width-template, accessibility-ready
*/

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #f5f4ef;
}

body {
  color: #101010;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

body.admin-bar .hss-sv-header.is-scrolled {
  top: 32px;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto !important;
  height: auto !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  background: #101010;
  color: #fff;
}

.hss-theme-content {
  width: min(900px, calc(100% - 40px));
  margin: 72px auto;
  padding: 48px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 16, 16, 0.10);
}

.hss-theme-content a {
  color: #b90d22;
}

.hss-theme-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 782px) {
  body.admin-bar .hss-sv-header.is-scrolled {
    top: 46px;
  }

  .hss-theme-content {
    margin: 36px auto;
    padding: 28px 22px;
  }
}
