@charset "UTF-8";
:root {
  --cassiopeia-color-primary: #59C173;
  --cassiopeia-color-link: #a17fe0;
  --link-color: #a17fe0;
  --cassiopeia-color-hover: #5D26C1;
  --link-hover-color: #5D26C1;
}

.container-header .navbar-brand a {
  color: #31ddad;
  background-image: linear-gradient(90deg, #31ddad 0%, #dd3162 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

.container-header a:hover .navbar-brand a:hover, .container-header a:hover, .navbar-brand:focus, brand-logo a:hover {
  color: #fff;
  background-image: linear-gradient(270deg, #fff 0%, #dd3162 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  text-decoration: none;
}

