@font-face {
    font-family: 'Olive';
    font-style: normal;
    font-weight: 400;
    src: url('{{ "olive-regular.woff" | asset_url }}') format('woff');
}

@font-face {
    font-family: 'Olive';
    font-style: bold;
    font-weight: 600;
    src: url('{{ "olive-bold.woff" | asset_url }}') format('woff');
}