/*
Theme Name: Suprablaster
Theme URI: https://www.suprablaster.com
Author: Suprablaster Band
Author URI: https://srorecords.com
Description: Modern mobile-first WordPress theme for Suprablaster band featuring hero slider, album showcase, photo gallery, and responsive design
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suprablaster
Tags: music, band, custom-background, custom-logo, custom-menu, featured-images, responsive-design, mobile-first

Developed by: mmediasoftwarelab.com

Architecture:
- main.css: All standard styles (imported first)
- style.css: WordPress required file + structural overrides only
*/

/* Import Main Stylesheet */
@import url("assets/css/main.css");

/* ==========================================================================
   Style.css - Structural Overrides & WordPress Requirements Only
   Use this file for sledgehammer overrides when necessary
   ========================================================================== */

/* Reset & Base Styles
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* ==========================================================================
   Container & Layout Structure
   ========================================================================== */

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* ==========================================================================
   Sledgehammer Overrides (only when needed)
   ========================================================================== */

/* Add critical overrides here only when main.css styles need forcing */
