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

h1 {
  text-transform: unset !important;
}

.blog-post__body a {
  text-decoration: underline !important;
}

[&>div]:.max-w-none.[&>div]:.text-[24px].uppercase.font-medium {
  text-transform: none !important;
}

.cta-banner__rich-text {
  text-transform: none !important;
}