@font-face {
    font-family: "Causten"; /* A name you choose for the font */
    src: url("../fonts/causten/causten-regular-webfont.woff");
    font-weight: 400;
    font-style: normal;
    font-display: causten;
}

@font-face {
    font-family: "Causten";
    src: url("../fonts/causten/causten-medium-webfont.woff");
    font-weight: 500;
    font-style: normal;
    font-display: causten;
}
@font-face {
    font-family: "Causten";
    src: url("../fonts/causten/causten-semibold-webfont.woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Causten";
    src: url("../fonts/causten/causten-bold-webfont.woff");
    font-weight: 700;
    font-style: normal;
}
