:root  > * {
  --md-primary-fg-color:        #306998;
  --md-primary-fg-color--dark:  #306998;
  --md-primary-fg-color--light: #306998;
  --md-typeset-a-color:         #646464;
  /* --md-typeset-a-color:         #306998; */
}

/* Style for table headers (first row) */
.md-content table th {
  background-color: #306998;
  color: white;
}

/* Increase font size for tables using the specific selector */
.md-typeset table:not([class]) {
  font-size: 1.0em; /* Increased from .9rem to 1.0em for better visibility */
}

/* Set font size for plain text (paragraphs) */
.md-typeset p {
  font-size: 1.0em;
}

/* Set font size for callouts (admonitions) */
.md-typeset .admonition {
  font-size: 1.0em;
}

/* Set author images circular */
.grid.cards figure img {
  border-radius: 50%;
}

.wy-side-nav-search {
  background-color: #306998;
}

.highlight span.filename {
  background-color: #306998;
}