/*
Theme Name: Lunaia Harmonie
Theme URI: https://lunaia-harmonie.com
Author: Optimike Labs
Author URI: https://optimikelabs.com
Description: Thème canvas WordPress V1 pour Lünaïa-Harmonie, dérivé du starter OPTM prod-safe.
Version: 0.1.0-lunaia.14
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lunaia-harmonie
*/

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: #F8F0E8;
}

#primary,
.optm-site-main,
.optm-article,
.optm-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.optm-title,
.optm-site-header,
.optm-site-footer {
  display: none;
}

.optm-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
