/*
 * Lato
 */

/* Regular */
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-Regular.eot');
  src: url('../Fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
  url('../Fonts/Lato-Regular.woff2') format('woff2'),
  url('../Fonts/Lato-Regular.woff') format('woff'),
  url('../Fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

/* Regular/italic */
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-Italic.eot');
  src: url('../Fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
  url('../Fonts/Lato-Italic.woff2') format('woff2'),
  url('../Fonts/Lato-Italic.woff') format('woff'),
  url('../Fonts/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}

/* Light */
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-Light.eot');
  src: url('../Fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
  url('../Fonts/Lato-Light.woff2') format('woff2'),
  url('../Fonts/Lato-Light.woff') format('woff'),
  url('../Fonts/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

/* Light/italic */
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-LightItalic.eot');
  src: url('../Fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('../Fonts/Lato-LightItalic.woff2') format('woff2'),
  url('../Fonts/Lato-LightItalic.woff') format('woff'),
  url('../Fonts/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
}

/* Bold */
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-Bold.eot');
  src: url('../Fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
  url('../Fonts/Lato-Bold.woff2') format('woff2'),
  url('../Fonts/Lato-Bold.woff') format('woff'),
  url('../Fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

/* Bold/italic */
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-BoldItalic.eot');
  src: url('../Fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../Fonts/Lato-BoldItalic.woff2') format('woff2'),
  url('../Fonts/Lato-BoldItalic.woff') format('woff'),
  url('../Fonts/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
}




