html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}

.background {
    /*background-image : url('./background.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/static/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/static/Inter-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}