/* ===== Protechs IT Solutions — Global Brand Colors ===== */

/* Primary blue on links and accents */
a { color: #1A4FA0; }
a:hover { color: #0F3272; }

/* Site-wide font */
body { font-family: Arial, sans-serif; }

/* Override Zoho's default heading colors */
h1, h2, h3, h4 { color: #0F3272; }

/* Override Zoho's default button color */
.zs-button,
.btn,
button[type="submit"] {
  background-color: #1A4FA0 !important;
  border-color: #1A4FA0 !important;
  color: #ffffff !important;
}

.zs-button:hover,
.btn:hover,
button[type="submit"]:hover {
  background-color: #0F3272 !important;
  border-color: #0F3272 !important;
}