@font-face {
  font-family: "Lato";
  font-weight: $font-weight-normal;
  font-style: normal;
  font-display: block;
  src:
    url("../fonts/lato-font/lato-normal.woff2") format("woff2"),
    url("../fonts/lato-font/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-font/lato-normal-italic.woff2") format("woff2"),
    url("../fonts/lato-font/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-font/lato-bold.woff2") format("woff2"),
    url("../fonts/lato-font/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-font/lato-bold-italic.woff2") format("woff2"),
    url("../fonts/lato-font/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-fontface/Roboto-Slab-Regular.woff2") format("woff2"),
    url("../fonts/roboto-fontface/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-fontface/Roboto-Slab-Bold.woff2") format("woff2"),
    url("../fonts/roboto-fontface/Roboto-Slab-Bold.woff") format("woff");
}

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