@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.ttf') format('opentype');
    font-weight: 100; font-style: inherit;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.ttf') format('opentype');
    font-weight: inherit; font-style: inherit;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.ttf') format('opentype');
    font-weight: 600; font-style: inherit;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.ttf') format('opentype');
    font-weight: bold; font-style: inherit;
}
html, body { font-family: 'Poppins'; font-size: 15px; background: #101113;} 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin: 0px; font-family: 'Poppins'; font-weight: inherit; }
