@font-face {
    font-family: "Neo Sans";
    src: url('../landing/fonts/NeoSansPro-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "Neo Sans";
    src: url('../landing/fonts/NeoSansPro-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "Neo Sans";
    src: url('../landing/fonts/NeoSansPro-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Neo Sans";
    src: url('../landing/fonts/NeoSansPro-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "Neo Sans";
    src: url('../landing/fonts/NeoSansPro-Ultra.ttf');
    font-weight: 900;
}

html, body {
    font-family: "Neo Sans";
    font-weight: normal;
}

.v-application {
    font-family: "Neo Sans"!important;
}

.v-card__text {
    font-size: 15px;
}
