/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */

/* Complete */

@font-face {
  font-family: "BrownLLWeb";
  src: url("fonts/BrownLLWeb-Light.woff") format("woff"),
  		 url("fonts/BrownLLWeb-Light.woff2") format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: "BrownLLWeb";
  src: url("fonts/BrownLLWeb-Bold.woff") format("woff"),
       url("fonts/BrownLLWeb-Bold.woff2") format("woff2");
  font-weight: bold;
}