@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'centrale_sans_boldbold';
    src: url('../fonts/centrale_sans_bold-webfont.woff2') format('woff2'),
    url('../fonts/centrale_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'centrale_sans_regularregular';
    src: url('../fonts/centrale_sans_regular-webfont.woff2') format('woff2'),
    url('../fonts/centrale_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}