/* Lato */

@font-face {
  font-family: 'Lato';
  src: url("../../../../assets/fonts/lato/latoregular.woff2") format("woff2"),
      url("../../../../assets/fonts/lato/latoregular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url("../../../../assets/fonts/lato/latosemibold.woff2") format("woff2"),
      url("../../../../assets/fonts/lato/latosemibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Lato';
  src: url("../../../../assets/fonts/lato/latomedium.woff2") format("woff2"),
      url("../../../../assets/fonts/lato/latomedium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Lato';
  src: url("../../../../assets/fonts/lato/latobold.woff2") format("woff2"),
      url("../../../../assets/fonts/lato/latobold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  src: url("../../../../assets/fonts/lato/latoblack.woff2") format("woff2"),
      url("../../../../assets/fonts/lato/latoblack.ttf") format("truetype");
  font-weight: 900;
}

/* Catamaran */

@font-face {
  font-family: 'Catamaran ExtraBold';
  src: url("../../../../assets/fonts/catamaran/Catamaranextrabold.woff2") format("woff2"),
      url("../../../../assets/fonts/catamaran/Catamaranextrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Catamaran Bold';
  src: url("../../../../assets/fonts/catamaran/Catamaranbold.woff2") format("woff2"),
    url("../../../../assets/fonts/catamaran/Catamaranbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Roboto */

@font-face {
  font-family: "Roboto";
  src: url("../../../../assets/fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../../../../assets/fonts/roboto/roboto-regular-webfont.woff") format("woff"),
    url("../../../../assets/fonts/roboto/roboto-regular-webfont.woff2") format("woff2"),
    url("../../../../assets/fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../../../../assets/fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("../../../../assets/fonts/roboto/roboto-medium-webfont.woff") format("woff"),
    url("../../../../assets/fonts/roboto/roboto-medium-webfont.woff2") format("woff2"),
    url("../../../../assets/fonts/roboto/roboto-medium-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../../../../assets/fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../../../../assets/fonts/roboto/roboto-bold-webfont.woff") format("woff"),
    url("../../../../assets/fonts/roboto/roboto-bold-webfont.woff2") format("woff2"),
    url("../../../../assets/fonts/roboto/roboto-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
