/*** Custom Font ***/

/*** global styles ***/
.mainColor { color: #b4b77c!important; }
.light { font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif; }
.semi_bold { font-family: 'source_sans_prosemibold', Helvetica, Arial, sans-serif; }
.font-bold { font-family: 'source_sans_probold', Helvetica, Arial, sans-serif; }
.regular { font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif; }
.disable_selection {  -webkit-user-select: none; -moz-user-select: none; }
#sidebar a, .notificationDemoLink { text-decoration: none; }
.hidden { display: none; }

#frame *:focus { outline: none; }

