@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,400);

.typography {
  font-size: 15px;
  font-weight: 300;
}

.typography p {
    
}



.typography strong{
  font-weight: bold;
}

.typography ul{
    list-style-type: disc;
    padding-left: 30px;
    margin: 0;
}

.typography li{
    padding-bottom: 5px;
}

/* ----------- LINK ------------- */

.typography a {
  color: white;
  text-decoration: none;
}

.typography a:hover {
  text-decoration: none;
}

/* ---------- INTESTAZIONI ----------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
