/*---------------------------------------------
Load Google Fonts 
---------------------------------------------*/
/* Lato */
@font-face {
  	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 400;
  	src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 700;
  	src: local('Lato Bold'), local('Lato-Bold'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
/* PT Sans */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
/* Pacifico */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v7/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

/*---------------------------------------------
SVG for smoother text in Chrome-Windows 
---------------------------------------------*/
/* Lato */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato.svg') format('svg');
    font-weight: 400;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.svg') format('svg');
    font-weight: 700;
  }
}
/* PT Sans */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.svg') format('svg');
    font-weight: 400;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.svg') format('svg');
    font-weight: 700;
  }
}
/* Pacifico */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico.svg') format('svg');
    font-weight: 400;
  }
}