@font-face {
    font-family: 'SVN-Poppins-Regular';
    src: url(../fonts/svn-poppins/SVN-Poppins-Regular.ttf);
         font-weight: inherit;
         font-style: inherit;
}
@font-face {
    font-family: 'SVN-Poppins-Regular';
    src: url(../fonts/svn-poppins/SVN-Poppins-Medium.otf);
         font-weight: 600;
         font-style: inherit;
}  
@font-face {
    font-family: 'SVN-Poppins-Regular';
    src: url(../fonts/svn-poppins/SVN-Poppins-SemiBold.ttf);
         font-weight: bold;
         font-style: inherit;
}
@font-face {
    font-family: 'UTMBanqueBold';
    src: url(../fonts/UTMBanqueBold.ttf);
         font-weight: inherit;
         font-style: inherit;
}
html, body { font-family: 'SVN-Poppins-Regular'; background: #000; color: #fff; font-size: 14px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin: 0px; font-family: 'SVN-Poppins-Regular'; font-weight: inherit; }

