/* General Font */
@font-face { 
    font-family: 'Satoshi';
    src:  url('fonts/satoshi-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face { 
    font-family: 'Satoshi';
    src:  url('fonts/satoshi-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face { 
    font-family: 'Satoshi';
    src:  url('fonts/satoshi-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face { 
    font-family: 'Satoshi';
    src:  url('fonts/satoshi-mediumitalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face { 
    font-family: 'Satoshi';
    src:  url('fonts/satoshi-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face { 
    font-family: 'Satoshi';
    src:  url('fonts/satoshi-bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
/* General Font */