/*As fonts estão inline e minificadas em head.htm, recomendação do PageSpeed Insights da Google devido ao carregamento de blocking content*/
@font-face {
   font-family: 'MontserratBold';
   src: url('../fonts/Montserrat-Bold.woff');
}

@font-face {
   font-family: 'MontserratRegular';
   src: url('../fonts/Montserrat-Regular.woff');
}

@font-face {
   font-family: 'RobotoSlab';
   src: url('../fonts/RobotoSlab-Regular.woff');
}

@font-face {
  font-family: 'CiutadellaBold';
  src: url('../fonts/Ciutadella-Bold.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CiutadellaRegular';
  src: url('../fonts/Ciutadella-Regular.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CiutadellaMedium';
  src:url('../fonts/Ciutadella-Medium.woff') format('woff');

  font-weight: normal;
  font-style: normal;
}


