

@font-face{
		font-family:'Light-Web';
		
		/*base font location*/
        src:url("https://theblues.chelseafc.com/content/fonts/BasisGrotesquePro-Light-Web.woff2"); 

}
@font-face{
		font-family:'Medium-Web';
		
		/*base font location*/
        src:url("https://theblues.chelseafc.com/content/fonts/BasisGrotesquePro-Medium-Web.woff2"); 

}
@font-face{
		font-family:'Regular-Web';
		
		/*base font location*/
        src:url("https://theblues.chelseafc.com/content/fonts/BasisGrotesquePro-Regular-Web.woff2"); 

}
@font-face{
		font-family:'Bold-Web';
		
		/*base font location*/
        src:url("https://theblues.chelseafc.com/content/fonts/BasisGrotesquePro-Bold-Web.woff2"); 

}
/* Interactive Sites */



html, body, * {

  font-family: 'Regular-Web', sans-serif !important;

}

.h1,.h2,.h3,.h4,.h5,.h6{

  font-family: 'Regular-Web', sans-serif !important;

}

/* Attendee App */

.x-button.x-button-back .x-button-label, .x-button.x-button-back .x-badge {

  font-family: 'Regular-Web', sans-serif !important;

}

.x-button-normal .x-button-label, .x-button-normal .x-badge, .x-button-round .x-button-label, .x-button-round .x-badge, .x-button-small .x-button-label, .x-button-small .x-badge, .x-button-forward .x-button-label, .x-button-forward .x-badge{

  font-family: 'Regular-Web', sans-serif !important;

}

.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-button-label, .x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-badge{

  font-family: 'Regular-Web', sans-serif !important;

}

/* Restore Font for Icons */
/* Do not change the below */

.fa {

  font-family: 'FontAwesome' !important;

}

.glyphicon {

  font-family: 'Glyphicons Halflings' !important;

}