/*
Theme Name: Meat Master
Theme URI: https://meatmaster.co.il
Author: Meat Master
Description: Custom WordPress theme for Meat Master butcher shop in Mevaseret Zion. Built to work seamlessly with Elementor for easy editing. RTL Hebrew ready, fully responsive, with kosher branding aesthetics.
Version: 1.0.0
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: meat-master
Tags: rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor

This theme, like WordPress, is licensed under the GPL.
*/

/* ===== CSS VARIABLES (BRAND COLORS) ===== */
:root {
  --mm-red: #8B1A1A;
  --mm-red-dark: #6B1212;
  --mm-red-light: #A82424;
  --mm-gold: #D4B88C;
  --mm-gold-light: #E8D5A8;
  --mm-green: #1F3E1F;
  --mm-black: #0D0D0D;
  --mm-dark: #1A1A1A;
  --mm-cream: #FAF6F0;
  --mm-white: #FFFFFF;
  --mm-gray: #666;
  --mm-shadow: 0 12px 40px rgba(0,0,0,0.12);
  --mm-shadow-lg: 0 24px 60px rgba(0,0,0,0.18);
  --mm-ease: cubic-bezier(0.65, 0, 0.35, 1);
  --mm-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== RESET / BASE ===== */
body {
  font-family: 'Heebo', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--mm-cream);
  color: var(--mm-dark);
  line-height: 1.6;
  margin: 0;
}
img { max-width: 100%; height: auto; }
.mm-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* All section/component CSS is loaded from assets/meat-master.css */
