/*
Theme Name: InvestVision
Theme URI: 
Author: Robert Gmyrek 
Author URI: 
Description: InvestVision theme
Version: 1.0.0
*/


/* Fix font sizes for descriptions and content */
p {
  font-size: 16px !important;
  line-height: 1.6;
}

section p {
  font-size: 16px !important;
}

.section-about p {
  font-size: 16px !important;
}

h2 {
  font-size: 28px !important;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px !important;
}

/* Ensure responsive design */
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
}
