/* Custom CSS for Hello Elementor Child */

body {
  font-family: 'Inter', sans-serif;
  background-color: #fafafa;
  color: #222;
}

a.button-custom {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

a.button-custom:hover {
  background-color: #005bb5;
}
