/*
Theme Name: Marrakelle
Theme URI: https://marrakelle.muzzicari.com
Author: Claudio (Muzzicari)
Description: Tema editoriale per Marrakelle — moda marocchina minimalista di lusso. "Moroccan Modernism": terracotta, verde zellige e oro, con Bodoni Moda e DM Sans. Design generato su Google Stitch e reimplementato come tema WordPress.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marrakelle
*/

/* Il rendering visivo è gestito da Tailwind (Play CDN) configurato in header.php.
   Qui teniamo solo qualche stile di supporto e i fallback tipografici. */

body {
    font-family: "DM Sans", sans-serif;
}

/* WordPress admin bar non deve coprire la nav sticky */
body.admin-bar nav.site-nav,
body.admin-bar header.site-header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar nav.site-nav,
    body.admin-bar header.site-header {
        top: 46px;
    }
}
