/* ===============================
   Satoshi – Self Hosted Fonts
================================ */

@font-face {
    font-family: 'Satoshi';
    src:
        url('../fonts/satoshi/satoshi-light.woff2') format('woff2'),
        url('../fonts/satoshi/satoshi-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Satoshi';
    src:
        url('../fonts/satoshi/satoshi-bold.woff2') format('woff2'),
        url('../fonts/satoshi/satoshi-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src:
        url('../fonts/satoshi/satoshi-black.woff2') format('woff2'),
        url('../fonts/satoshi/satoshi-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

