<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************** xs ***************/
.superHeadline { /** new style per ui team **/
  font-size: 40px;
  line-height: 48px;
} 

.subHeader { /** new style per ui team **/
  font-size: 23px;
  line-height: 32px;
}

.bodyComfortable, li.bodyComfortable { /** new style per ui team **/
  font-size: 16px;
  line-height: 24px; 
}

p.bodyComfortable a, li.bodyComfortable a {
  text-decoration: underline;
}


/*************** sm ***************/
@media (min-width: 768px) {

}

/*************** md ***************/
@media (min-width: 992px) {

}

/* sm duplicate */

/* md duplicate */

 
/*************** lg ***************/
@media (min-width: 1200px) {

  /* lg duplicate */

  }
}</pre></body></html>