/* css styles */
/* Titolo principale (H1) con font Monoton */


@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Rubik+Maze&display=swap');


h1,h2,h3,h4 {
  font-family: 'Fredericka the Great', cursive;
}

h1 {
  font-size: 2.5rem; 
}

h2 {
  font-size: 1.5rem; 
}


/* Logo in alto (navbar title) con font Molle */
.navbar-title {
  font-family: "Rubik Maze", system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;  /* opzionale: regola dimensione */
}

