/*
Theme Name: Progetto D.M.G.
Theme URI: https://yubeprojects.it/
Author: YuBe Projects di Yuri Belgrado
Author URI: https://yubeprojects.it/
Description: Tema WordPress di base per Progetto D.M.G.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: progetto-dmg
Tags: custom-theme
*/

:root {
  /* Definisci le tue variabili di colore */
  --colore-sfondo: #FFFFFF;
  --colore-principale: #2D2D2D;
  --colore-principale-rgba: rgb(45, 45, 45, 0.2);
  --colore-secondario: #015a7e;
}

body, a {
  font-family: Roboto;
  color: var(--colore-principale);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}