@font-face {
    font-family: 'satoshi';
    src: url('satoshi-bold-webfont.woff2') format('woff2'),
        url('satoshi-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'satoshi';
    src: url('satoshi-medium-webfont.woff2') format('woff2'),
        url('satoshi-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'satoshi';
    src: url('satoshi-regular-webfont.woff2') format('woff2'),
        url('satoshi-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Canela';
    src: url('Canela-Regular.woff2') format('woff2'),
        url('Canela-Regular.woff') format('woff');
    font-weight: normal;
    font-style: 400;
    font-display: swap;
}