
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url('../font/ultralight.eot'); /* IE9 Compat Modes */
  src: url('../font/ultralight.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/ultralight.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/ultralight.woff') format('woff'), /* Modern Browsers */
       url('../font/ultralight.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('../font/light1.eot'); /* IE9 Compat Modes */
  src: url('../font/light1.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/light1.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/light1.woff') format('woff'), /* Modern Browsers */
       url('../font/light1.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../font/regular1.eot'); /* IE9 Compat Modes */
  src: url('../font/regular1.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/regular.woff') format('woff'), /* Modern Browsers */
       url('../font/regular1.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../font/bold.eot'); /* IE9 Compat Modes */
  src: url('../font/bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/bold.woff') format('woff'), /* Modern Browsers */
       url('../font/bold.ttf') format('truetype'); /* Safari, Android, iOS */
}