/*
Theme Name: Seonodo
Theme URI: https://seonodo.com
Author: Seonodo
Author URI: https://seonodo.com
Description: Tema marketing one-page per Seonodo — la suite SEO, AEO e GEO per WordPress, Shopify, PrestaShop e siti HTML. La home del sito mostra la landing del prodotto, con pagamenti PayPal/Nexi XPay e versione/download dinamici dal Seonodo License Server. La landing porta il proprio styling completo (palette mint/navy, Plus Jakarta Sans): questo file contiene solo l'intestazione richiesta da WordPress e un reset minimo.
Version: 1.6.1
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seonodo
*/

/* Reset minimo — la landing definisce il resto inline */
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: #0a0e1a;
	color: #e8eeff;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: 1.6;
	overflow-wrap: break-word;
}
svg { max-width: 100%; }
a { color: #4d7fff; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
