@font-face {
    font-family: "CooperHewitt";
    src: url("/api/v1/fonts/CooperHewitt-Regular/");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "CooperHewitt";
    src: url("/api/v1/fonts/CooperHewitt-Italic/");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "CooperHewitt";
    src: url("/api/v1/fonts/CooperHewitt-Bold/");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "CooperHewitt";
    src: url("/api/v1/fonts/CooperHewitt-BoldItalic/");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Titillium";
    src: url("/api/v1/fonts/Titillium-Regular/");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Titillium";
    src: url("/api/v1/fonts/Titillium-RegularItalic/");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Titillium";
    src: url("/api/v1/fonts/Titillium-Bold/");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Titillium";
    src: url("/api/v1/fonts/Titillium-BoldItalic/");
    font-weight: bold;
    font-style: italic;
}
