/* --- Footer --- */
.footer {
  background-color: var(--color-scalefree-darkBlue-primary);
  color: var(--color-scalefree-white);
  text-align: center;
  border-top-style: ridge;
  border-top-color: var(--color-scalefree-gray);
  border-top-width: 1px;
  flex-shrink: 0;
}

.footer-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-copyright {
  text-align: center;
  font-family: var(--body-font-family);
}

.footer-copyright .company-name {
  color: var(--color-scalefree-white);
  font-family: var(--body-font-family);
}

.footer-copyright a {
  color: var(--color-scalefree-white);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  margin: 0 0.5rem;
}

.footer-copyright a:hover {
  color: var(--color-scalefree-lightBlue-primary);
}
