/*
Theme Name: MatCode
Theme URI: https://matcode.dev/
Author: Matteo Papparella
Author URI: https://matcode.dev
Description: MatCode template for WordPress.
Version: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matcode
*/

body { font-family: 'Inter', system-ui, -apple-system, sans-serif; }

.matcode-hero-gradient {
  background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.05) 0%, transparent 70%);
}
.dark .matcode-hero-gradient {
  background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
}

/* Migliora un minimo la custom-logo se WP la stampa con wrapper */
.custom-logo-link img { display: block; height: auto; }

/*Fix label contatti*/
.dark label,
.dark legend{
  color:#FFF !important;
}