/* font.css */

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background-color: #ffffff;
  line-height: 1.6;
}


.btn-primary {
  padding: 8px 16px;
  background-color: #234754;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: #005bb5;
}

.compare-section,
#section5,
#section6 {
  color: #234754;
}
