[data-md-color-scheme="slate"] {
    --md-primary-fg-color: #A2231C; 
	--md-primary-fg-color--dark: #283234;
}

@font-face {
  font-family: 'SLICC';
  src: url('../fonts/slicc-regular.ttf') format('truetype');
}

:root {
  --md-text-font: system-ui, Arial, sans-serif;
}

/* Apply SLICC to sidebar primary (main menu) */
.md-sidebar--primary,
.md-sidebar--primary .md-nav__link,
.md-nav__title {
  font-family: 'SLICC', system-ui, Arial, sans-serif;
}

/* Apply to secondary sidebar (TOC) */
.md-sidebar--secondary,
.md-sidebar--secondary .md-nav__link,
.md-sidebar--secondary .md-nav__title {
  font-family: 'SLICC', system-ui, Arial, sans-serif;
}

/* Top header bar */
.md-header {
  font-family: 'SLICC', system-ui, Arial, sans-serif;
}

/* 1. Target the header title container */
.md-header__title,
.md-header__title a {
  font-family: 'SLICC', system-ui, Arial, sans-serif;
  font-weight: 600;               /* Makes it bold everywhere */
}
/* Navigation tabs, if you use them (e.g. for tabbed sections) */
.md-tabs {
  font-family: 'SLICC', system-ui, Arial, sans-serif;
}


/* SLICC nur für Überschriften verwenden */
h1, h2, h3, h4, h5, h6,
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 {
  font-family: 'SLICC', system-ui, Arial, sans-serif;
  letter-spacing: 0.01em; /* Optional: bessere Lesbarkeit für Display-Fonts */
}

.md-header__button.md-logo img {
  height: 60px !important; /* Adjust this value as needed */
  width: auto;
}

