/*
 * CABIN
 */
/* Cabin-latin */
@font-face {

  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;

  src: url('../fonts/Cabin/Cabin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cabin/Cabin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cabin/Cabin.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cabin/Cabin.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Cabin/Cabin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cabin/Cabin.svg#Cabin') format('svg'); /* Legacy iOS */

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;

}

/*
 * ROBOTO
 */
/* Roboto-latin */
@font-face {

  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;

  src: url('../fonts/Roboto/Roboto.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto/Roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto/Roboto.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto/Roboto.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Roboto/Roboto.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto/Roboto.svg#Roboto') format('svg'); /* Legacy iOS */

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;

}
