/*root*/
:root {
    --lumx-typography-font-family: "Barlow", sans-serif;
    --lumx-typography-font-weight-regular: 400;
    --lumx-typography-font-weight-bold: 400;
    --lumx-typography-custom-title1-font-size: 48px;
    --lumx-typography-custom-title1-font-weight: 700;
    --lumx-typography-custom-intro-font-size: 24px;
    --lumx-typography-custom-intro-font-weight: 700;
    --lumx-typography-custom-title2-font-weight: 700;
    --lumx-typography-custom-title3-font-weight: 700;
}

/*custom font for widget titles*/
.widget-header__title,
.widget--homeContentList .block-page-preview__content .lumx-link__content,
.community-link a,
.lumx-link__content{
    font-family: "Barlow", sans-serif !important;
}

.content-block-title,
.community-block__title{
    font-family: "Barlow", sans-serif !important;
}

/* h1 h2 h3 fonts*/
h1, h2, h3 {
    font-family: "Barlow", sans-serif !important;
}

.header-top__bookmarked-apps{
  display:none