@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Satoshi-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    src: url("../font/Satoshi-Medium.otf") format('opentype');
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 600;
    src: url("../font/Satoshi-Bold.otf") format('opentype');
}

body {
    font-family: 'Satoshi' !important;
    font-weight: 400 !important;
}