@import url('icononly.css');

@font-face {
  font-family: "Cerebri Sans";
  src: url('../fonts/Cerebri-Sans/CerebriSans-Light.eot');
  src: url('../fonts/Cerebri-Sans/CerebriSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url('../fonts/Cerebri-Sans/CerebriSans-Regular.eot');
  src: url('../fonts/Cerebri-Sans/CerebriSans-Regular.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url('../fonts/Cerebri-Sans/CerebriSans-Bold.eot');
  src: url('../fonts/Cerebri-Sans/CerebriSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

body * {
  font-family: "Montserrat","Onest", "Cerebri Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #390c0d;

}