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

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/Light.woff");
  font-weight: 300;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/LightItalic.woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/Book.woff");
  font-weight: normal;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/BookItalic.woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/Medium.woff");
  font-weight: 500;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/MediumItalic.woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/Bold.woff");
  font-weight: bold;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/BoldItalic.woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "EFCircular";
  src: url("./EFCircular/Black.woff");
  font-weight: 900;
}
