@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra/effra_light.woff2') format('woff2'),
         url('/fonts/effra/effra_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra/effra_regular.woff2') format('woff2'),
         url('/fonts/effra/effra_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra/effra_bold.woff2') format('woff2'),
         url('/fonts/effra/effra_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra/effra_heavy.woff2') format('woff2'),
         url('/fonts/effra/effra_heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}