@font-face {
    font-family: Averta;
    src: url('./fonts/averta_400.eot');
    src: url('./fonts/averta_400.eot')
    format('embedded-opentype'),
    url('./fonts/averta_400.woff2') format('woff2'),
    url('./fonts/averta_400.woff') format('woff'),
    url('./fonts/averta_400.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: Averta;
    src: url('./fonts/averta_700.eot');
    src: url('./fonts/averta_700.eot')
    format('embedded-opentype'),
    url('./fonts/averta_700.woff2') format('woff2'),
    url('./fonts/averta_700.woff') format('woff'),
    url('./fonts/averta_700.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: Averta;
    src: url('./fonts/averta_900.eot');
    src: url('./fonts/averta_900.eot')
    format('embedded-opentype'),
    url('./fonts/averta_900.woff2') format('woff2'),
    url('./fonts/averta_900.woff') format('woff'),
    url('./fonts/averta_900.ttf') format('truetype');
    font-weight: 900;
}
