@charset "UTF-8";

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("./RobotoSlab-Bold.woff2") format("woff2"),
       url("./RobotoSlab-Bold.woff") format("woff"),
       url("./RobotoSlab-Bold.ttf") format("truetype"),
       url("./RobotoSlab-Bold.eot") format("embedded-opentype"),
       url("./RobotoSlab-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("./SourceSansPro-Regular.woff2") format("woff2"),
       url("./SourceSansPro-Regular.woff") format("woff"),
       url("./SourceSansPro-Regular.ttf") format("truetype"),
       url("./SourceSansPro-Regular.eot") format("embedded-opentype"),
       url("./SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("./SourceSansPro-SemiBold.woff2") format("woff2"),
       url("./SourceSansPro-SemiBold.woff") format("woff"),
       url("./SourceSansPro-SemiBold.ttf") format("truetype"),
       url("./SourceSansPro-SemiBold.eot") format("embedded-opentype"),
       url("./SourceSansPro-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("./SourceSansPro-Bold.woff2") format("woff2"),
       url("./SourceSansPro-Bold.woff") format("woff"),
       url("./SourceSansPro-Bold.ttf") format("truetype"),
       url("./SourceSansPro-Bold.eot") format("embedded-opentype"),
       url("./SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'LatoWeb';
        src: url('./Lato-Regular.eot');
        src: url('./Lato-Regular.eot?#iefix') format('embedded-opentype'),
            url("./Lato-Regular.woff2") format("woff2"),
            url("./Lato-Regular.woff") format("woff"),
            url("./Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
  }

  @font-face {
    font-family: 'LatoWebSemibold';
    src: url('./Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('./Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('./Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('./Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}