

:root {
  --md-text-font: "Public Sans"; 
  --md-code-font: "Roboto"; 


}
[data-md-color-scheme="tacc"] {
  --md-primary-fg-color:        #222222;
  --md-primary-fg-color--light: #AFAFB3;
  --md-primary-fg-color--dark:  #101015;

}


[data-md-color-scheme="argo"] {
  --md-primary-fg-color:        #171730;
  --md-primary-fg-color--light: #AFAFB3;
  --md-primary-fg-color--dark:  #101015;

}


[data-md-color-scheme="utexas"] {
  --md-primary-fg-color:        #bf5700;
  --md-primary-fg-color--light: #ffffff;
  --md-primary-fg-color--dark:  #333f48;

  }


.md-typeset .admonition {
  max-width: 90%; /* Adjust this value as needed */
  margin-inline: auto; Centers the admonition if max-width is set
}