/*
Theme Name: Make Me Healthy
Theme URI: https://mmhealthy.com/
Author: Brian Krimm
Author URI: https://mmhealthy.com/
Description: A clean, modern health & fitness theme tailored for affiliate content and Elementor. Block‑theme friendly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Tags: blog, e-commerce, block-patterns, custom-colors, custom-logo, custom-menu, featured-images, full-site-editing
Text Domain: make-me-healthy
*/


/* Base styles */
:root{
  --mmh-lime:#B2FF66;
  --mmh-dark:#121212;
  --mmh-font-headings:"Poppins", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --mmh-font-body:"Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
body{
  font-family:var(--mmh-font-body);
  color:#222;
  background:#fff;
}
a{ color: var(--mmh-lime); text-decoration:none; }
a:hover{ text-decoration:underline; }
.site-header{ background: var(--mmh-dark); color: #fff; }
.btn{ display:inline-block; padding:.75rem 1.25rem; border-radius:.75rem; background:var(--mmh-lime); color:#000; font-weight:600;}
.btn:hover{ filter:brightness(0.95); }
