@font-face {
    font-family: 'WelcomeOTF';
    src: url('/css/font/welcomeOTF_R.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WelcomeOTF';
    src: url('/css/font/welcomeOTF_B.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
*{
    font-family: 'WelcomeOTF';
    font-weight: 400;
}

body{
    background-color: #fff;
}

#wallet-app {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding-bottom: 60px;
    min-height: calc(100vh - 60px);
    overflow-x: hidden;
}

#app-container{
    padding-left: 15px;
    padding-right: 15px; 
}