/*@font-face {*/
/*    font-family: 'Satoshi';*/
/*    src: url('Satoshi-Thin.otf');*/
/*    src: local('Satoshi-Thin'), url('Satoshi-Thin.otf') format('truetype');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Satoshi';*/
/*    src: url('Satoshi-ExtraLight.otf');*/
/*    src: local('Satoshi-ExtraLight'), url('Satoshi-ExtraLight.otf') format('truetype');*/
/*    font-weight: 200;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Light.otf');
    src: local('Satoshi-Light'), url('Satoshi-Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Regular.otf');
    src: local('Satoshi-Regular'), url('Satoshi-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Medium.otf');
    src: local('Satoshi-Medium'), url('Satoshi-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'Satoshi';*/
/*    src: url('Satoshi-SemiBold.otf');*/
/*    src: local('Satoshi-SemiBold'), url('Satoshi-SemiBold.otf') format('truetype');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Bold.otf');
    src: local('Satoshi-Bold'), url('Satoshi-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-ExtraBold.otf');
    src: local('Satoshi-ExtraBold'), url('Satoshi-ExtraBold.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Black.otf');
    src: local('Satoshi-Black'), url('Satoshi-Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}