/* FONT PATH

* -------------------------- */

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Medium.ttf") format("truetype");
}


@font-face {
    font-family: "Stidi";
    src: url("Stidti-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

html,
body,
.v-application,
.v-application .headline,
.v-application .title,
#app {
    font-family: "Stidi", sans-serif !important;
}

