/*
Theme Name: Monster Airmars G10
Theme URI: https://monster-audio.vn
Description: Landing page theme for Monster Airmars G10 Bluetooth Speaker
Version: 1.0
Author: Monster Audio Vietnam
Author URI: https://monster-audio.vn
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monster-g10
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
*/

/* ==========================================================================
   CSS Reset & Base Styles
   ========================================================================== */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
  min-height: 100vh;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-text);
}

/* Main content padding for fixed header + sticky bottom */
.site-main {
  padding-top: var(--header-height);
  padding-bottom: var(--bottom-bar-height);
}
