@font-face {
    font-family: "Camel";
    src: url("/fonts/Camel-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Camel Bold";
    src: url("/fonts/Camel-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Camel Lighter";
    src: url("/fonts/Camel-Light.otf") format("opentype");
}

@font-face {
    font-family: "Winston";
    src: url("/fonts/Winston-Regular.woff") format("woff");
}

@font-face {
    font-family: "Futura Now";
    src: url("/fonts/FuturaNowText-Rg.ttf") format("truetype");
}

@font-face {
    font-family: "Futura Now";
    src: url("/fonts/FuturaNowText-Bd.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Futura Now Title Black";
    src: url("/fonts/FuturaNowHeadline-Blk.ttf") format("truetype");
}

@font-face {
    font-family: "Tilting Gothic Wide Light";
    src: url("/fonts/TitlingGothicFB-WideLight.otf") format("opentype");
}

@font-face {
    font-family: "Tilting Gothic Wide Medium";
    src: url("/fonts/TitlingGothicFB-WideMd.otf") format("opentype");
}

@font-face {
    font-family: "Tilting Gothic Wide";
    src: url("/fonts/TitlingGothicFB-WideLight.otf") format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: "Tilting Gothic Wide";
    src: url("/fonts/TitlingGothicFB-WideMd.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Roman.woff2");
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Heavy.woff2");
    font-weight: bold;
}

@font-face {
    font-family: "Avenir Black";
    src: url("/fonts/Avenir-Black.woff2");
}

@font-face {
    font-family: "Avenir Roman";
    src: url("/fonts/Avenir-Roman.woff2");
}

@font-face {
    font-family: "Avenir Heavy";
    src: url("/fonts/Avenir-Heavy.woff2")
}

@font-face {
    font-family: "Avenir Medium";
    src: url("/fonts/Avenir-Medium.woff2");
}