/* Archer (Book), Regular */
@font-face {
  font-family: "Archer";

  src: url("../fonts/archer-book-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Archer, Medium */
@font-face {
  font-family: "Archer";

  src: url("../fonts/archer-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Archer, Semibold */
@font-face {
  font-family: "Archer";

  src: url("../fonts/archer-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Archer, Bold */
@font-face {
  font-family: "Archer";

  src: url("../fonts/archer-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
