/* https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=EF5350 */
/* https://materialui.co/colors/red/300 */
/* https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/palette/_primary.scss */

/* [data-md-color-primary="deep-red"] {
    --md-primary-fg-color: #ef5350;
    --md-primary-fg-color--light: #ff867c;
    --md-primary-fg-color--dark: #b61827;
}

[data-md-color-accent="deep-red"] {
    --md-accent-fg-color: #d50000;
    --md-accent-fg-color--transparent: hsla(#{hex2hsl(#d50000)}, 0.1);
} */

.center-table {
    text-align: center;
  }
  .md-typeset .center-table :is(td,th):not([align]) {
    text-align: initial; /* Reset alignment for table cells */
  }