/* Custom CSS - Minimal overrides (most styling is in _override.scss) */

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');

.accent {
  color: #8B5CF6;
  transition: color 0.2s ease;
}

a:hover .accent {
  color: #A78BFA;
}

[theme=dark] .single-title a {
  color: #FFFFFF !important;
}

[theme=dark] .single-title a:hover {
  color: #A78BFA !important;
}

[theme=light] .single-title a {
  color: #000000 !important;
}

[theme=light] .single-title a:hover {
  color: #8B5CF6 !important;
}

[theme=dark] .header-title a {
  color: #FFFFFF !important;
}

[theme=dark] .header-title a .accent {
  color: #8B5CF6 !important;
}

[theme=light] .header-title a {
  color: #000000 !important;
}

[theme=light] .header-title a .accent {
  color: #8B5CF6 !important;
}

[theme=dark] .home-profile .home-title a {
  color: #FFFFFF !important;
}

[theme=light] .home-profile .home-title a {
  color: #000000 !important;
}

[theme=dark] .home-profile .home-title a .accent {
  color: #8B5CF6 !important;
}

[theme=light] .home-profile .home-title a .accent {
  color: #8B5CF6 !important;
}
