@font-face {
    font-family: "Athiti-Medium";
    src: url(../font/Athiti-Medium.ttf);
}

* {
    font-family: "Athiti-Medium" !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    margin: 0;
    padding: 0;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    background-image: linear-gradient(to right, #2f80ed, #0c630f);
}


