@font-face {
    font-family: 'Acre Bold';
    src: url('../fonts_ucem/Acre-Bold.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Acre';
    src: url('../fonts_ucem/Acre-Black.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Acre';
    src: url('../fonts_ucem/Acre-Extrabold.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Acre';
    src: url('../fonts_ucem/Acre-Semibold.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Acre';
    src: url('../fonts_ucem/Acre-Medium.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Acre';
    src: url('../fonts_ucem/Acre-Light.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Acre';
    src: url('../fonts_ucem/Acre-Thin.woff2') format('woff2'),
         url('../fonts_ucem/Acre-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}