@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-XLight_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-XLight_Web.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-XLightItalic_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-XLightItalic_Web.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-LightItalic_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-BookItalic_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-Medium_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-MediumItalic_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-BoldItalic_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-Black_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-Black_Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('//one-ai-api.oneburda.com/static/woff2/GothamSSm-BlackItalic_Web.woff2') format('woff2'),
		url('//one-ai-api.oneburda.com/static/woff/GothamSSm-BlackItalic_Web.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}


/*root*/
:root{
    --lumx-typography-font-family:'HCo Gotham SSm';
    --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;
}


/*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:'HCo Gotham SSm' !important;
}

.content-block-title,
.community-block__title{
    font-family:'HCo Gotham SSm' !important;
}

/* h1 h2 h3 fonts*/
h1, h2, h3 {
    font-family:'HCo Gotham SSm' !important;
}



