/* FONT PATH
 * -------------------------- */
 @font-face {
    font-family: "Sukhumvit";
    src: url("SukhumvitSet-Medium.ttf");
    font-weight: normal;
    font-style: normal;
    /* font-size: 20px; */
}

@font-face {
    font-family: "Sukhumvit-Bold";
    src: url("SukhumvitSet-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
html, body, .v-application, .v-application .headline, .v-application .title, #app {
    font-family: 'Sukhumvit', sans-serif !important;
}
html, body {
    font-weight: 200;
    /* font-size: 18px; */
    /* line-height: 28px; */
}
.footer {
    font-family: Sukhumvit;
    line-height: 1.5;
    font-size: 20px;
}
b,
strong {
    font-family: Sukhumvit-Bold;
    font-weight: 200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Sukhumvit;
    font-weight: 200;
    width: 100%;
    letter-spacing: 0 !important;
}
p {
    width: 100%;
}