/* FONT FACES */
/* cabin-sketch-regular - latin */
@font-face {
    font-family: "Cabin Sketch";
    font-style: normal;
    font-weight: 400;
    src: url(cabin-sketch-v14-latin-regular.woff2) format("woff2"),
         url(cabin-sketch-v14-latin-regular.woff) format("woff"),
         url(cabin-sketch-v14-latin-regular.ttf) format("truetype");
  }
  /* cabin-sketch-700 - latin */
  @font-face {
    font-family: "Cabin Sketch";
    font-style: normal;
    font-weight: 700;
    src: url(cabin-sketch-v14-latin-700.woff2) format("woff2"),
         url(cabin-sketch-v14-latin-700.woff) format("woff"),
         url(cabin-sketch-v14-latin-700.ttf) format("truetype");
  }

  /* roboto-300 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url('roboto-v29-latin-300.woff2') format("woff2"), 
         url('roboto-v29-latin-300.woff') format("woff"),
         url('roboto-v29-latin-300.ttf') format("truetype");
  }
  /* roboto-300italic - latin */
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url('roboto-v29-latin-300italic.woff2') format("woff2"), 
         url('roboto-v29-latin-300italic.woff') format("woff"),
         url('roboto-v29-latin-300italic.ttf') format("truetype");
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url('roboto-v29-latin-regular.woff2') format("woff2"), 
         url('roboto-v29-latin-regular.woff') format("woff"),
         url('roboto-v29-latin-regular.ttf') format("truetype");
  }
  /* roboto-italic - latin */
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url('roboto-v29-latin-italic.woff2') format("woff2"), 
         url('roboto-v29-latin-italic.woff') format("woff"),
         url('roboto-v29-latin-italic.ttf') format("truetype");
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url('roboto-v29-latin-500.woff2') format("woff2"), 
         url('roboto-v29-latin-500.woff') format("woff"),
         url('roboto-v29-latin-500.ttf') format("truetype");
  }
  /* roboto-500italic - latin */
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    src: url('roboto-v29-latin-500italic.woff2') format("woff2"), 
         url('roboto-v29-latin-500italic.woff') format("woff"),
         url('roboto-v29-latin-500italic.ttf') format("truetype");
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src:  url('roboto-v29-latin-700.woff2') format("woff2"), 
         url('roboto-v29-latin-700.woff') format("woff"),
         url('roboto-v29-latin-700.ttf') format("truetype");
  }
  /* roboto-700italic - latin */
  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: url('roboto-v29-latin-700italic.woff2') format("woff2"), 
         url('roboto-v29-latin-700italic.woff') format("woff"),
         url('roboto-v29-latin-700italic.ttf') format("truetype");
  }