@font-face {
    font-family: Satoshi-Light;
    src: url("../../fonts/Satoshi-Light.otf") format('opentype');
}

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

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

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

@font-face {
    font-family: Satoshi-Black;
    src: url("../../fonts/Satoshi-Black.otf") format('opentype');
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.font_1 {
    font-family: Satoshi-Light, serif !important;
}

.font_2 {
    font-family: Satoshi-Regular, serif !important;
}

.font_3 {
    font-family: Satoshi-Medium, serif !important;
}

.font_4 {
    font-family: Satoshi-Bold, serif !important;
}

.font_5 {
    font-family: Satoshi-Black, serif !important;
}

