/**
 * Web fonts
 ============================================================================ */
/* Override Font Awesome classes. */
.fa-border {
  border: solid 1px;
  border-radius: 0;
}

/* Hide in-content icons if Font Awesome fails to load. */
@font-face {
  font-family: 'lato';
  src: url("../../../../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../../../../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url("../../../../fonts/lato/lato-light-webfont.woff2") format("woff2"), url("../../../../fonts/lato/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'amatic';
  src: url("../../../../fonts/amatic/amaticsc-regular-webfont.woff2") format("woff2"), url("../../../../fonts/amatic/amaticsc-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'verveine';
  src: url("../../../../fonts/verveine/verveine_w_rg-webfont.woff2") format("woff2"), url("../../../../fonts/verveine/verveine_w_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=webfonts.css.map */