

 @font-face {
  font-family: 'NotoSans-Medium';
  src:url('../fonts/NotoSans-Medium.woff') format('woff');
} 


@font-face {
  font-family: 'NotoSans-Regular';
  src: url('../fonts/NotoSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'NotoSans-Bold';
  src:url('../fonts/NotoSans-Bold.woff') format('woff');
} 






body{font-family: "NotoSans-Regular";overflow-x: hidden;height: 100%;position: relative;}