/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/***********************************************/
/* Please use this to add style overrides      */
/* styles.min.css is auto-generated            */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.override-class {
  font-weight: bold;
}