/*
Theme Name: Quattrob Blank
Theme URI: https://quattrob.net
Description: Tema minimalista vuoto per la SPA Quattrob. Non aggiunge alcuno stile.
Version: 1.0.0
Author: Quattrob
Author URI: https://quattrob.net
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quattrob-blank
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
*/

/* Tema totalmente vuoto - Nessuno stile aggiunto */
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Rimuovi stili predefiniti di WordPress */
.wp-block-library {
    all: unset;
}
