/* logo font */

@font-face {
    font-family: 'Satoshi';
    src: url('https://storage.googleapis.com/flipdare-73df9.appspot.com/assets/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://storage.googleapis.com/flipdare-73df9.appspot.com/assets/Satoshi-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://storage.googleapis.com/flipdare-73df9.appspot.com/assets/Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://storage.googleapis.com/flipdare-73df9.appspot.com/assets/Satoshi-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://storage.googleapis.com/flipdare-73df9.appspot.com/assets/Satoshi-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://storage.googleapis.com/flipdare-73df9.appspot.com/assets/Satoshi-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}