//  .bar.bar-stable .title{   
//     font-family: "MenschMenschRegular";
//     font-size: 21px;
//     color: #fff;
// }
@font-face {
    font-family: 'Futura (Light)';
    src: url('fonts/Futura-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura Demibold';
    src: url('fonts/futura-demi-bold.otf') format('opentype');
}

body,
.ionic-body {
    font-family: "Futura (Light)","-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Futura (Light)","-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}
.tab-item {
	font-family: "Futura (Light)","-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}

input, button, select, textarea {
	font-family: "Futura (Light)","-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}