/* Bold */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/NotoSans-Bold.eot);
  src: url("../fonts/NotoSans-Bold.ttf") format('truetype'),
         url("../fonts/NotoSans-Bold.woff2") format('woff2'),
         url("../fonts/NotoSans-Bold.woff") format('woff'),
         url("../fonts/NotoSans-Bold.eot?#iefix") format('embedded-opentype')
 }
 /* Italic */
 @font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/NotoSans-Italic.eot);
  src: url("../fonts/NotoSans-Italic.ttf") format('truetype'),
         url("../fonts/NotoSans-Italic.woff2") format('woff2'),
         url("../fonts/NotoSans-Italic.woff") format('woff'),
         url("../fonts/NotoSans-Italic.eot?#iefix") format('embedded-opentype');
         font-weight:normal;
         unicode-range: U+000-5FF;
         font-style: swap;
 }
 /* Regular */
 @font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/NotoSans-Regular.eot);
  src: url("../fonts/NotoSans-Regular.ttf") format('truetype'),
         url("../fonts/NotoSans-Regular.woff2") format('woff2'),
         url("../fonts/NotoSans-Regular.woff") format('woff'),
         url("../fonts/NotoSans-Regular.eot?#iefix") format('embedded-opentype');
         font-weight: normal;
         unicode-range: U+000-5FF;
         font-style: swap;
 }