/*
Theme Name: MH360 Theme
Theme URI: https://mihermandad360.com
Author: MiHermandad360
Author URI: https://mihermandad360.com
Description: Tema WordPress corporativo estilo SaaS para MiHermandad360.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: mh360-theme
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --mh360-bg: #f6f7fb;
  --mh360-surface: #ffffff;
  --mh360-text: #141a2f;
  --mh360-muted: #5e6785;
  --mh360-primary: #5f6cff;
  --mh360-primary-2: #6f4cff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}
