@charset "UTF-8";
/* CSS Document */
body {
  /*font-family: exo-soft-1, exo-soft-2, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-family: 'Exo', sans-serif;
}
p, ol, ul, li, small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Exo', sans-serif !important;
  font-weight: 600;
}
b, strong {
  font-weight: bold;
}
a {
	font-weight: 400;
}