/*
Theme Name: MOP Elementor Pro Ready
Theme URI: https://example.com/mop-elementor-pro-ready
Author: Codex
Description: A lightweight Elementor Pro-ready WordPress theme for Somali government ministry websites. Designed to work with imported Elementor templates and editable sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: mop-elementor-pro-ready
*/

:root {
  --mop-orange: #fd9b01;
  --mop-heading: #192a3d;
  --mop-text: #3a4f66;
  --mop-bg: #fafbfc;
}

body {
  margin: 0;
  background: var(--mop-bg);
  color: var(--mop-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
  color: #2872fa;
}

.site-main {
  min-height: 70vh;
}

.elementor-button,
button,
input[type="submit"] {
  border-radius: 3px;
}
