/* Import central brand tokens from your .github repository */
@import url("https://cdn.jsdelivr.net/gh/Trickle-Charge/.github@main/assets/style/brand-vars.css");

/* Header & background styling */
header,
.MuiAppBar-root {
  background-color: var(--tc-bg-color) !important;
}

/* Primary buttons & active tabs */
.MuiButton-containedPrimary,
.MuiTab-textColorPrimary.Mui-selected {
  /*background-color: var(--tc-bg-color) !important;*/
  color: var(--tc-accent-color) !important;
}

/* Accent link colors & hover states */
/*a,*/
/*.package-title,*/
.MuiTab-textColorPrimary,
.MuiTypography-colorPrimary,
.css-jodbou {
  color: var(--tc-accent-color) !important;
  transition: var(--tc-glow-transition) !important;
}

/*a:hover,*/
/*.package-title:hover,*/
.MuiTab-textColorPrimary,
.css-jodbou:hover {
  color: var(--tc-accent-hover) !important;
  filter: var(--tc-glow-on) !important;
}