/* Typography */

body{
  text-transform: lowercase;
}

@font-face {
    font-family: "baseFont";
    src: url("../fonts/fontello.woff2");
  }
  
  @font-face {
    font-family: "titleFont";
    src: url("../fonts/FuturaPT-Book.woff2");
  }
  
  @font-face {
    font-family: "subtitleFont";
    src: url("../fonts/FuturaPT-Demi.woff2");
  }