/* Global shared styles for tonibythesea */

/* Footer baseline */
.site-footer {
  margin-top: 24px;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
}

/* Auto-contrast outcomes applied by JS */
.site-footer.light-text {
  color: rgba(255, 255, 255, 0.92);
}
.site-footer.dark-text {
  color: rgba(0, 0, 0, 0.85);
}

/* Utility: small note text */
.small-note {
  font-size: 0.75rem;
  opacity: 0.85;
}