/*
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 */
/*
 Theme Name:   OceanWP Child
 Template:     oceanwp
*/

/* ————— Custom Styles ————— */
body {
  background-color: #F1F5F9;
  color: #334155;
}

h1, h2, h3, h4, h5, h6 {
  color: #64748B;
}

a {
  color: #007BFF;
}
a:hover {
  color: #0056b3;
}

.btn, button, input[type="submit"] {
  background-color: #007BFF;
  color: #FFFFFF;
  border: 1px solid #0056b3;
}
.btn:hover {
  background-color: #0056b3;
}

.widget, .card {
  background-color: #FFFFFF;
  border: 1px solid #64748B;
}
