/* Replace Whitney fonts with National 2 */
@font-face {
  font-family: "Whitney A";
  src: url("../../../assets/fonts/National2Web-Regular.woff");
}

@font-face {
  font-family: "Whitney A";
  font-weight: bold;
  src: url("https://t2013.wufoo.com/assets/fonts/National2Web-Medium.woff2");
}

@font-face {
  font-family: "Whitney A";
  font-weight: 300;
  src: url("../../../assets/fonts/National2Web-Light.woff");
}

/* National 2 declarations */
@font-face {
  font-family: "National 2";
  src: url("../../../assets/fonts/National2Web-Regular.woff");
}

@font-face {
  font-family: "National 2";
  font-weight: bold;
  src: url("https://t2013.wufoo.com/assets/fonts/National2Web-Medium.woff2");
}

@font-face {
  font-family: "National 2";
  font-weight: 300;
  src: url("../../../assets/fonts/National2Web-Light.woff");
}