
/*
Theme Name: CM Editorial
Theme URI: https://connormoizer.com
Author: Connor Moizer
Author URI: https://connormoizer.com
Description: Mobile-first editorial blank-canvas theme designed for Elementor and GOV.UK-style content layouts.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cm-editorial
*/

/* ===== Mobile-first base ===== */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #222;
  background: #ffffff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 0.75rem;
  font-weight: 700;
  color: #b83280;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.3rem; }

p {
  margin: 0 0 1rem;
}

a {
  color: #b83280;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Content wrapper */
.cm-content {
  max-width: 720px;
  margin: 0 auto;
}

/* Desktop enhancement */
@media (min-width: 768px) {
  body {
    padding: 2.5rem;
  }
}
