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

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
a:focus {
    outline: solid 0px !important;
}
*:focus {
    outline: 0 !important;
}

@font-face {
    font-family: 'WWType';
    src: url('fonts/WWTypeWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/WWTypeWeb-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/WWTypeWeb-Regular.woff2')  format('woff2');
}

@font-face {
    font-family: 'WWTypeBold';
    src: url('fonts/WWTypeWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/WWTypeWeb-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/WWTypeWeb-Bold.woff2')  format('woff2');
}