@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'ChicagoFLF';
  font-style: normal;
  font-weight: normal;
  src: url('ChicagoFLF.woff') format('woff');
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url("Roboto-Thin.woff") format("woff"),
  		url("Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url("Roboto-Light.woff") format("woff"),
  		url("Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("Roboto-Regular.woff") format('woff'),
  		url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("Roboto-Medium.woff") format('woff'),
 		url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url("Roboto-Bold.woff") format('woff'),
  		url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url("Roboto-Black.woff") format('woff'),
  		url("Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url("Roboto-ThinItalic.woff") format('woff'),
  			url("Roboto-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("Roboto-LightItalic.woff") format('woff'),
  			url("Roboto-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url("Roboto-Italic.WOFF") format('woff'),
  		url("Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("Roboto-MediumItalic.woff") format('woff'),
  		url("Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("Roboto-BoldItalic.woff") format('woff'),
  	url("Roboto-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url("Roboto-BlackItalic.woff") format('woff'),
  	url("Roboto-BlackItalic.ttf") format("truetype");
}


