/* style/contact.css */
/* Base styles for the contact page */
.page-contact {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Light text on dark background */
  background-color: var(--background); /* Inherited from shared.css or set explicitly for safety */
  padding-bottom: 60px; /* Space for footer */
}