@font-face {
	font-family: "OpenSans";
	font-style: normal;
	src: url("../fonts/OpenSans/OpenSans-VariableFont_wdthwght.ttf") format('truetype');
}
@font-face {
	font-family: "Rubik";
	font-style: normal;
	src: url("../fonts/Rubik/Rubik-VariableFont_wght.ttf") format('truetype');
}

header .toolbar-text, .text-h6, h5, h5 b, .q-btn__content span{
    font-family: "Rubik", sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.text-h6, h5, h5 b {
    color: #525a5b;
}
* {
    font-family: "OpenSans", sans-serif;
}
body {
        background: #f0f0f0;
}
.q-field__control, .q-uploader__header, .q-btn--rectangle {
    border-radius: 0!important;
}