@font-face {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Satoshi Regular'), url('Satoshi-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Satoshi Medium'), url('Satoshi-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Satoshi Bold'), url('Satoshi-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi Black';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Satoshi Black'), url('Satoshi-Black.otf') format('opentype');
}