/* style/contact.css */

/* --- Base Styles --- */
.page-contact {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff); /* Inherit from shared or default to white */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}