@font-face {

font-family: "Lato";
font-weight: $font-weight-normal;
font-style: normal;
font-display: block;
src: url("fonts/lato-normal.woff2") format("woff2"),
  url("fonts/lato-normal.woff") format("woff");

}

@font-face {

font-family: "Lato";
font-weight: $font-weight-normal;
font-style: italic;
font-display: block;
src: url("fonts/lato-normal-italic.woff2") format("woff2"),
  url("fonts/lato-normal-italic.woff") format("woff");

}

@font-face {

font-family: "Lato";
font-weight: $font-weight-bold;
font-style: normal;
font-display: block;
src: url("fonts/lato-bold.woff2") format("woff2"),
  url("fonts/lato-bold.woff") format("woff");

}

@font-face {

font-family: "Lato";
font-weight: $font-weight-bold;
font-style: italic;
font-display: block;
src: url("fonts/lato-bold-italic.woff2") format("woff2"),
  url("fonts/lato-bold-italic.woff") format("woff");

}

@font-face {

font-family: "Roboto-Slab";
font-weight: $font-weight-normal;
font-style: normal;
font-display: block;
src: url("fonts/Roboto-Slab-Regular.woff2") format("woff2"),
  url("fonts/Roboto-Slab-Regular.woff") format("woff");

}

@font-face {

font-family: "Roboto-Slab";
font-weight: $font-weight-bold;
font-style: normal;
font-display: block;
src: url("fonts/Roboto-Slab-Bold.woff2") format("woff2"),
  url("fonts/Roboto-Slab-Bold.woff") format("woff");

}

@font-face {

font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
font-display: block;
src: url("fonts/fontawesome-webfont.eot");
src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
  url("fonts/fontawesome-webfont.woff2") format("woff2"),
  url("fonts/fontawesome-webfont.woff") format("woff"),
  url("fonts/fontawesome-webfont.ttf") format("truetype"),
  url("fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");

}