@font-face {
    font-family: 'DB Heavent Now';
    font-weight: bold;
    font-style: normal;
    src: url('./assets/fonts/DBHeaventNow-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'DB Heavent Now';
    font-weight: bold;
    font-style: italic;
    src: url('./assets/fonts/DBHeaventNow-BoldIt.woff2') format('woff2');
}

@font-face {
    font-family: 'DB Heavent Now';
    font-weight: 500;
    font-style: normal;
    src: url('./assets/fonts/DBHeaventNow-Med.woff2') format('woff2');
}

@font-face {
    font-family: 'DB Heavent Now';
    font-weight: 500;
    font-style: italic;
    src: url('./assets/fonts/DBHeaventNow-MedIt.woff2') format('woff2');
}

@font-face {
    font-family: 'DB Heavent Now';
    font-weight: normal;
    font-style: normal;
    src: url('./assets/fonts/DBHeaventNow.woff2') format('woff2');
}

@font-face {
    font-family: 'DB Heavent Now';
    font-weight: normal;
    font-style: italic;
    src: url('./assets/fonts/DBHeaventNow-Italic.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DB Heavent Now', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 16px;
    text-align: center;
    background: #f9f9f9;
}

.mt-4 {
    margin-top: 4px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.bold-m {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.reg-xs {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.text-gray {
    color: #3D4245;
}

.text-light-gray {
    color: #656C6F;
}

#wma-logo {
    width: 84px;
    height: 84px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16), 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.app-download-button {
    width: 165px;
    display: none;
}