@font-face {
    font-family: robotoMedium;
    src: url("roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: robotoBold;
    src: url("roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: robotoRegular;
    src: url("roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: firaSansMedium;
    src: url("Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Medium.ttf")
}

body {
    font-family: robotoMedium;
}

.robotoBoldFont {
    font-family: robotoBold;
}

.robotoRegularFont {
    font-family: robotoRegular;
}

.robotoMediumFont {
    font-family: robotoMedium;
}

.firaSansFont {
    font-family: firaSansMedium;
}

.section-title {
    font-family: robotoBold;
    font-size: 22px;
}

.v-list-item__title {
    text-align: left;
}