/* Performance overrides */
@font-face {
  font-family: 'Inter';
  font-display: swap;
}

img {
  content-visibility: auto;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/
/* Override hero background color */
.section-hero-banner,
.hero-banner,
header.hero {
  background-color: #0d1f3c !important;
}
*****************************************/