/* @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    */
/*****************************************/

/* Custom Fonts from Adobe Fonts (typekit) */
@import url("https://use.typekit.net/avk5tvi.css");

:root {
   --ff-accent: Neue Haas Grotesk, sans-serif; !important;
}

/* Stat Counter Stat & Title Style Changes  */
.pwr-stat__number {
		    font-weight: 400;
        color: #C956F1
}

.pwr-stat__title {
		    letter-spacing: 0px; !important;
}


/* Accent Headline Instrument Serif Italic */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@1,400&display=swap");


/* Highlighted text using mark INSIDE headlines */
h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
  font-family: "Instrument Serif", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  background: none !important;
  color: inherit !important;
}

/* Making header color white */
.pwr-header{
background-color: #ffffff !important;
}