
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--footer-height);
  background: var(--color-primary-300);

  .footer-content {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--color-dark-secondary-200);
    font-weight: 500;

    svg {
      fill: var(--color-dark-secondary-200);
      color: var(--color-dark-secondary-200);
    }
  }

  .heart-icon {
    height: 20px;
    width: 20px;
  }

  .ampersand-icon {
    height: 16px;
    width: 16px;
  }
}
