@font-face {
    font-family: 'aa_headline';
    src: url('../bin/fonts/Migra-Extrabold.woff') format('woff2'),
         url('../bin/fonts/Migra-Extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aa_normal';
    src: url('../bin/fonts/Matter-Light.woff2') format('woff2'),
         url('../bin/fonts/Matter-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aa_bold';
    src: url('../bin/fonts/Matter-Heavy.woff2') format('woff2'),
         url('../bin/fonts/Matter-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'odudo';
    src: url('../bin/fonts/odudo/OdudoMono-Regular.woff2') format('woff2'),
         url('../bin/fonts/odudo/OdudoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'odudo_light';
    src: url('../bin/fonts/odudo/OdudoMono-Light.woff2') format('woff2'),
         url('../bin/fonts/odudo/OdudoMono-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'odudo_bold';
    src: url('../bin/fonts/odudo/OdudoMono-Bold.woff2') format('woff2'),
         url('../bin/fonts/odudo/OdudoMono-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'odudo_semibold';
    src: url('../bin/fonts/odudo/OdudoMono-SemiBold.woff2') format('woff2'),
         url('../bin/fonts/odudo/OdudoMono-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}