@font-face {
  font-family: 'Noto Sans';
  src: url(../fonts/NotoSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url(../fonts/NotoSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cook Conthic';
  src: url(../fonts/CookConthic.otf) format("opentype");
}
html, body {
		font-family: 'Noto Sans', sans-serif !important;
		font-size: 16px !important;
}
