@font-face {
    font-family: "Candide Light Italic";
    src:          url("../fonts/Candide Light Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Candide Light";
    src:          url("../fonts/Candide Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Candide Medium Italic";
    src:          url("../fonts/Candide Medium Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Candide Medium";
    src:          url("../fonts/Candide Medium.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Candide Regular";
    src:          url("../fonts/Candide Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Candide Italic";
    src:          url("../fonts/Candide Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Candide Bold Italic";
    src:          url("../fonts/Candide Bold Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Candide Bold";
    src:          url("../fonts/Candide Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

