/*@font-face {
    font-family: 'tnr';
    src: url('/static/fonts/tnr.ttf');
}

@font-face {
    font-family: 'tnr_it';
    src: url('/static/fonts/tnr_it.ttf');
}*/


* {
    margin: 0;
    padding: 0;
}
html, body{
    width: 100%;
    min-width: 100%;
    background-color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    overscroll-behavior: auto;
}

input, textarea{
    font-family: 'Times New Roman', Times, serif;
}

