/* Roboto Light (300) */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Roboto Regular (400) */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiBold (600) */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Roboto Bold (700) */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.v-application {
    display: flex;
    position: relative;
    text-align: left;
}

.v-application--wrap {
    flex: 1 1 auto;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    max-width: 100%;
    position: relative;
}

.v-application .primary {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
}

.v-application .primary--text {
    color: #1976d2 !important;
    caret-color: #1976d2 !important;
}

.v-dialog__content {
    z-index: 999999 !important;
}

.onion-wave-app {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
* {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    box-sizing: inherit;
}

