/********************************************************
*                   ROBOTO
********************************************************/
@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  src: url(./Roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(./Roboto/Roboto-ThinItalic.ttf)
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  src: url(./Roboto/Roboto-Thin.ttf);
}


@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url(./Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  src: url(./Roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(./Roboto/Roboto-LightItalic.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  src: url(./Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(./Roboto/Roboto-MediumItalic.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  src: url(./Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(./Roboto/Roboto-BoldItalic.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  src: url(./Roboto/Roboto-Black.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(./Roboto/Roboto-BlackItalic.ttf);
}

/********************************************************
*                   ZILLA SLAB
********************************************************/
@font-face {
  font-family: 'Zilla Slab';
  font-weight: 700;
  src: url(./Zilla_Slab/ZillaSlab-Bold.ttf);
}

@font-face {
  font-family: 'Zilla Slab';
  font-weight: 600;
  src: url(./Zilla_Slab/ZillaSlab-SemiBold.ttf);
}

@font-face {
  font-family: 'Zilla Slab';
  font-weight: 500;
  src: url(./Zilla_Slab/ZillaSlab-Medium.ttf);
}

@font-face {
  font-family: 'Zilla Slab';
  font-weight: 400;
  src: url(./Zilla_Slab/ZillaSlab-Regular.ttf);
}

@font-face {
  font-family: 'Zilla Slab';
  font-weight: 300;
  src: url(./Zilla_Slab/ZillaSlab-Light.ttf);
}


/********************************************************
*                   ROBOTO MONO
********************************************************/
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 700;
  src: url(./Roboto_Mono/RobotoMono-Bold.ttf);
}

@font-face {
  font-family: 'Roboto Mono';
  font-weight: 600;
  src: url(./Roboto_Mono/RobotoMono-SemiBold.ttf);
}

@font-face {
  font-family: 'Roboto Mono';
  font-weight: 500;
  src: url(./Roboto_Mono/RobotoMono-Medium.ttf);
}

@font-face {
  font-family: 'Roboto Mono';
  font-weight: 400;
  src: url(./Roboto_Mono/RobotoMono-Regular.ttf);
}

@font-face {
  font-family: 'Roboto Mono';
  font-weight: 300;
  src: url(./Roboto_Mono/RobotoMono-Light.ttf);
}

@font-face {
  font-family: 'Roboto Mono';
  font-weight: 100;
  src: url(./Roboto_Mono/RobotoMono-Thin.ttf);
}