@font-face {
    font-family: 'Co Headline';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/CoHeadline.woff') format('woff');
}
@font-face {
    font-family: 'Co Headline';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/CoHeadlineBold.woff') format('woff');
}

@font-face {
    font-family: 'Usual';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/UsualLight.otf');
}
@font-face {
    font-family: 'Usual';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/UsualMedium.otf');
}
@font-face {
    font-family: 'Usual';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/UsualExtraBold.otf');
}