/* ArticulatCF */
@font-face {
    font-family: 'ArticulatCF';
    src: url('../fonts/ArticulatCF/ArticulatCF-Text.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArticulatCF';
    src: url('../fonts/ArticulatCF/ArticulatCF-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'ArticulatCF';
    src: url('../fonts/ArticulatCF/ArticulatCF-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/* NoirPro */
@font-face {
    font-family: 'NoirPro';
    src: url('../fonts/NoirPro/NoirPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NoirPro';
    src: url('../fonts/NoirPro/NoirPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NoirPro';
    src: url('../fonts/NoirPro/NoirPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NoirPro';
    src: url('../fonts/NoirPro/NoirPro-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}