/*
Theme Name: Marino Avanzo
Theme URI: https://marinoavanzo.it
Author: Marino Avanzo (custom theme)
Author URI: https://marinoavanzo.it
Description: Tema WordPress personalizzato per marinoavanzo.it – vetrina + blog + podcast, ottimizzato per editing visuale (Site Editor) con palette e stile del brand.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marino-avanzo
Tags: block-theme, full-site-editing, blog, portfolio, custom-colors, custom-logo
*/

/* Extra polish beyond theme.json */
:root {
  --ma-radius: 18px;
  --ma-shadow: 0 10px 30px rgba(0,0,0,.12);
}

a {
  text-underline-offset: .15em;
}

.wp-block-button__link {
  border-radius: 999px;
  padding: .85em 1.2em;
}

.wp-block-group.is-style-card,
.is-style-card > .wp-block-group {
  border-radius: var(--ma-radius);
  box-shadow: var(--ma-shadow);
}

.wp-block-cover__inner-container > * {
  text-shadow: 0 2px 20px rgba(0,0,0,.25);
}
