/*
Theme Name: AMM Soundz v1
Theme URI: https://ammsoundz.com
Author: AMM Soundz
Author URI: https://ammsoundz.com
Description: High-performance, futuristic cyber-electronic WordPress theme for music producers, sound designers, audio education, and digital audio asset distribution. Features cinematic dual-video hero playback, real-time waveform audio visualizer, glassmorphic UI, responsive mobile navigation drawer, native Customizer controls, and complete page builder parity.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amm-soundz
Tags: dark-theme, grid-layout, audio, entertainment, full-width-template, custom-colors, custom-menu, featured-images, theme-options
*/

/* Baseline resets for WordPress compatibility. Layout and component styling is loaded via assets/css/main.css */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: #080a0f;
  color: #e2e8f0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #080a0f;
  color: #e2e8f0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #00f2fe;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

a:hover {
  color: #4facfe;
  text-shadow: 0 0 12px rgba(0, 242, 254, 0.6);
}
