/*
Theme Name: MoroHeritage Child
Theme URI: https://moroheritage.com/
Description: Child theme for Hello Elementor, customized for MoroHeritage (Moroccan craft store & editorial journal).
Author: MoroHeritage
Author URI: https://moroheritage.com/
Template: hello-elementor
Version: 1.5.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moroheritage-child
Tags: e-commerce, translation-ready, accessibility-ready
*/

:root {
  /* Official MoroHeritage palette. */
  --mh-green: #17372f;
  --mh-brown: #825137;
  --mh-gold: #c99a55;
  --mh-cream: #fbf8f2;

  /* Derived tones. */
  --mh-green-deep: #0f2620;
  --mh-brown-deep: #5d3826;
  --mh-gold-soft: #e3c894;
  --mh-cream-warm: #f5efe4;

  /* Neutral scale. */
  --mh-bg: var(--mh-cream);
  --mh-surface: #ffffff;
  --mh-text: #241a15;
  --mh-muted: #6f6459;
  --mh-border: #e7ddd0;

  /* Shape. */
  --mh-radius: 14px;
  --mh-radius-lg: 20px;
  --mh-container: 1360px;

  /* Typography. */
  --mh-font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --mh-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Legacy aliases kept so the existing product stylesheet is untouched. */
  --mh-surface-alt: #fffdf9;
  --mh-leather: var(--mh-brown);
  --mh-terracotta: #b4613e;
}

body.moroheritage-theme {
  background: var(--mh-bg);
  color: var(--mh-text);
}

body.moroheritage-theme a {
  color: inherit;
}

.mh-container {
  width: min(calc(100% - 32px), var(--mh-container));
  margin-inline: auto;
}

/* Accessible helper reused by the custom templates. */
.mh-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
