/* The main sytling file for the streaming website. */
@font-face {
    font-family: 'Poppins-Regular';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}


html, body {
    margin: 0 !important;
    padding: 0 !important;
    
    overflow-x: hidden;
    overflow-y: hidden;
}
table > tbody td { 
    padding: 0px;
    margin: 0px;
}











