/*

html, body {
  font-family: 'Roboto', sans-serif;
}

// 1rem = 14px

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 3.1rem;
}
h2 {
  font-size: 3.0rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 4.0rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}


p {
  font-weight: 300;
  font-size: 1.1428rem; //16px
  line-height: 2rem;//28px
}

li {
  font-weight: 300;
  font-size: 1.1428rem; //16px
  line-height: 2rem;//28px
}

#admin-menu .dropdown li {
  font-size: 0.857rem; //12px
  line-height: 1rem;//14px
}


#navigation-wrapper #navigation #main-menu .item-list ul li a {
  text-decoration: none;
  font-size: 1.1428rem; //16px
  line-height: 1.2rem; //16.8px
  text-align: center;
  color: #fff;
}

*/
