/*
Theme Name: Mori
Theme URI: https://mori.example.com
Description: Custom WordPress theme for Mori - WooCommerce product customization with integrated plugin features
Author: Mori
Version: 3.3.3
Requires at least: 6.0
Tested up to: 6.5
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: mori

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

/* Screen Reader Only - Hidden visually but accessible to screen readers and SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Site Layout */
#page {
  max-width: 1080px;
  margin: 0px auto;
}
.home #page {
  margin: 0 auto;
}
