/*
Theme Name: Aetna Scuola Core Engine
Theme URI: https://aetnascuola.it
Author: Aetna Scuola Tech Team
Author URI: https://aetnascuola.it
Description: Ultra-lightweight, zero-bloat semantic Canvas Theme engineered for maximum Core Web Vitals, headless REST API automation, and Google AI Overview compliance.
Version: 1.0.0
License: Proprietary
Text Domain: aetna-scuola-core-engine
*/

/* --- BLACK MAMBA MINIMALIST CSS RESET --- */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.bm-page-wrapper,
.bm-post-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
