@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi'), url('./Satoshi-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    src: local('Satoshi'), url('./Satoshi-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    src: local('Satoshi'), url('./Satoshi-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    src: local('Satoshi'), url('./Satoshi-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 900;
    src: local('Satoshi'), url('./Satoshi-Black.woff2') format('woff2');
}


