/* ============================================================
   YVOKE: Font Face Declarations
   Extracted from base.html inline styles
   ============================================================ */

@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller_lt.woff2") format('woff2'),
         url("../fonts/aller_lt.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller_rg.woff2") format('woff2'),
         url("../fonts/aller_rg.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller.woff2") format('woff2'),
         url("../fonts/aller.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller_it.woff2") format('woff2'),
         url("../fonts/aller_it.woff") format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller_bdit.woff2") format('woff2'),
         url("../fonts/aller_bdit.woff") format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
