/* FONT FACE */ 
@font-face{
    font-family:'Font_Italic';
    
    /*base font location*/
    src:url("https://mci-solutions.com.au/wp-content/uploads/2024/01/Gotham-BoldItalic.woff"); 

}
@font-face{
    font-family:'Font_Bold';
    
    /*base font location*/
    src:url("https://mci-solutions.com.au/wp-content/uploads/2024/01/Gotham-Bold.woff"); 

}
@font-face{
font-family:'Font_BoldItalic';

/*base font location*/
  src:url("https://mci-solutions.com.au/wp-content/uploads/2024/01/Gotham-BoldItalic.woff"); 

}
@font-face{
    font-family:'Font_Regular';
    
    /*base font location*/
    src:url("https://mci-solutions.com.au/wp-content/uploads/2024/01/Gotham-Book.woff"); 

}

/* Interactive Sites */

/*Defaults for all areas*/
html, body, * {

font-family: 'Font_Regular', sans-serif !important;

}

/*Specific headings setup */
.h1, h1{

font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;

}

.h2, h2{

font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;

}

.h3, h3{

font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;

}

.h4, h4{

font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;

}

.h5, h5{

font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;

}

.h6, h6{

font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;

}

p, span {
font-family: 'Font_Regular', sans-serif !important;
}

b, strong {
font-family: 'Font_Bold', 'Font_Regular', sans-serif !important;
}

/* Attendee App */

.x-button.x-button-back .x-button-label, .x-button.x-button-back .x-badge {

font-family: 'Font_Regular', 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: 'Font_Regular', 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: 'Font_Regular', sans-serif !important;

}

/* Restore Font for Icons */
/* DO NOT change the below */

.fa, .fal, .far, .fas, .fab {

font-family: 'Font Awesome\ 5 Free', 'Font Awesome\ 5 Pro' !important
}

/*onair portal*/
.k-icon {
font-family: "WebComponentsIcons"!important;
}

.glyphicon {

font-family: 'Glyphicons Halflings' !important;

}