  /* Zilla Slab Regular */
  @font-face {
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 400;
    src: local('ZillaSlab Regular'), local('ZillaSlab-Regular'),
         url('../fonts/ZillaSlab-Regular.ttf') format('ttf'); 
  }
  /* Zilla Slab Italic */
  @font-face {
    font-family: 'Zilla Slab';
    font-style: italic;
    font-weight: 400;
    src: local('ZillaSlab Italic'), local('ZillaSlab-Italic'),
         url('../fonts/ZillaSlab-Italic.ttf.ttf') format('ttf'); 
  }
  /* Zilla Slab Bold Italic */
  @font-face {
    font-family: 'Zilla Slab';
    font-style: italic;
    font-weight: 700;
    src: local('ZillaSlab BoldItalic'), local('ZillaSlab-BoldItalic'),
         url('../fonts/ZillaSlab-BoldItalic.ttf') format('ttf'); 
  }
  /* Zilla Slab Bold */
  @font-face {
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 700;
    src: local('ZillaSlab Bold'), local('ZillaSlab-Bold'),
         url('../fonts/ZillaSlab-Bold.ttf') format('ttf'); 
  }
  