/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Hide the "Edit form" link displayed by Forminator */
form + .forminator-edit-link {
    display: none;
}
/* H1 */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: #4A4A4A;
}

/* H2 */
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  color: #4A4A4A;
}

/* H3 */
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  color: #4A4A4A;
}

/* H4 */
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #4A4A4A;
}

/* H5 */
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #4A4A4A;
}

/* H6 */
h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4A4A4A;
}
