/*@font-face{*/
/*    font-family: "MuseoSans";*/
/*    src: url("./MuseoSans_900.otf");*/
/*    font-weight: 900;*/
/*}*/
/*@font-face{*/
/*    font-family: "MuseoSans";*/
/*    src: url("./MuseoSans_700.otf");*/
/*    font-weight: 700;*/
/*}*/
/*@font-face{*/
/*    font-family: "MuseoSans";*/
/*    src: url("./MuseoSans_500.otf");*/
/*    font-weight: 500;*/
/*}*/
/*@font-face{*/
/*    font-family: "MuseoSans";*/
/*    src: url("./MuseoSans_300.otf");*/
/*    font-weight: 300;*/
/*}*/
/*@font-face{*/
/*    font-family: "MuseoSans";*/
/*    src: url("./MuseoSans_100.otf");*/
/*}*/
.fixedBottom{
    padding-bottom: env(safe-area-inset-top, 0px) !important;
}
.FtAppBar_fixedTop{
    padding-top: env(safe-area-inset-top, 0px) !important;
}
.FtAppBar_fixedTop,.FtAppBar_fixedBottom,.FtAppBar_stickyTop,.FtAppBar_stickyBottom{
    max-width: 1200px;
}

