@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-Light.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-Black.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Satoshi'), url('./font/satoshi/Satoshi-BlackItalic.woff') format('woff');
}