/* ===== ADOBE CLEAN FONTS ===== */
@font-face {
    font-family: "Adobe Clean Light";
    src: url("../fonts/adobe/AdobeClean-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Adobe Clean Light Italic";
    src: url("../fonts/adobe/AdobeClean-LightIt.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Adobe Clean Regular";
    src: url("../fonts/adobe/AdobeClean-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Adobe Clean Italic";
    src: url("../fonts/adobe/AdobeClean-It.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Adobe Clean Bold";
    src: url("../fonts/adobe/AdobeClean-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Adobe Clean Bold Italic";
    src: url("../fonts/adobe/AdobeClean-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Adobe Clean Semi Condensed";
    src: url("../fonts/adobe/AdobeClean-SemiCn.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Adobe Clean Semi Condensed Italic";
    src: url("../fonts/adobe/AdobeClean-SemiCnIt.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Adobe Clean Bold Semi Condensed";
    src: url("../fonts/adobe/AdobeClean-BoldSemiCn.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Adobe Clean Bold Semi Condensed Italic";
    src: url("../fonts/adobe/AdobeClean-BoldSemiCnIt.ttf");
    font-weight: bold;
    font-style: italic;
}