/*
 *
 * 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: "Circular-Web";
    font-weight: 700;
    src: url("../CircularXXWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 700;
    src: url("../CircularXXWeb-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 400;
    src: url("../CircularXXWeb-Book.woff") format("woff");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 400;
    src: url("../CircularXXWeb-Book.woff2") format("woff2");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 300;
    src: url("../CircularXXWeb-Thin.woff") format("woff");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 300;
    src: url("../CircularXXWeb-Thin.woff2") format("woff2");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 300;
    src: url("../CircularXXSub-ThinSubset.woff") format("woff");
}

@font-face {
    font-family: "Circular-Web";
    font-weight: 300;
    src: url("../CircularXXSub-ThinSubset.woff2") format("woff2");
}
