@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap');

/* Background color & fonts */
body,
body.theme-lumapps {
	font-family: 'Jost', sans-serif;
	background-image: linear-gradient(-52deg,#ffffff 95%,#ffffff 98%) !important;
}

/* Home Icon */
.main-nav__child--home .main-nav-item__label {
	display: none !important;
}

/* Page Titles */
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page-dark .widget-title__title{
    font-size: 42px !important;
}
/* Only for Communities */
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page-dark .widget-title__title {
    line-height: 60px !important;
}