/**
 * Inclui a fonte “Roboto Slab” localmente.
 * https://fonts.google.com/specimen/Roboto+Slab
 * Licença: Apache License, Version 2.0 – https://www.apache.org/licenses/LICENSE-2.0
 */

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('roboto-slab-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto-slab-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto-slab-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto-slab-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('roboto-slab-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto-slab-v12-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('roboto-slab-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto-slab-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto-slab-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto-slab-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('roboto-slab-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto-slab-v12-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}