@font-face {
    font-family: Hanuman;
    src: url(fonts/Hanuman-Regular.ttf);
}
body {
    background: #fff;
    font-size: 16px;
    font-family: Hanuman, sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
    color: black;
}