/**
 * Colors
 *
 */
/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
/**
* Ridefinisce la dimensione di tutti gli H
* 
* $heading-scale fattore di scala
* $linear-scale scala linearmente
*/
/**
* Pulsanti arrotondati
*/
html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

*, *:hover, *:focus {
  outline: 0;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*# sourceMappingURL=main.css.map */
