/*
  GLOBALS
*/

p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

/*
  HOMEPAGE  
*/

.category-items-wrapper .item-wrapper p.title a {

  font-size: 12px;
  line-height: 16px;
}



.category-items-wrapper .item-wrapper p.price  {
  font-size: 12px;
}

/*
  NAVIGATION
*/
.header-nav ul.navigation a,
ul.mobile-drawer a{
  font-size:11px;
  font-weight: 900;
}

.login-register a {
  font-size: 11px;

}

/*
  ALL HEADER FONTS
*/
h1 {
  font-size: 26px;
  line-height: 34px;
}

h2 {
  font-size: 19px;
  line-height: 30px;
}

h3 {
  font-size: 14px;
  line-height: 22px;
}

h4  {
  font-size: 17px;
  line-height: 34px;

}



