/*
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 */

:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 3px;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: #5f1100 !important;
}
