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

/* Parent stylesheet should be loaded from functions.php not using @import */
.

  @font-face {
    font-family: 'Nunito';
    src: local('Nunito Normal'),
  url(https://centrodepsicologiaresilience.es/public_html/wp-content/themes/oceanwp-child-theme-master/assets/fonts/nunito/nunito-v12-latin-regular.woff2)
  format('woff2');
    font-display: swap;
  }
  
    @font-face {
    font-family: 'Nunito';
    src: local('Nunito Black'),
  url(https://centrodepsicologiaresilience.es/public_html/wp-content/themes/oceanwp-child-theme-master/assets/fonts/nunito/nunito-v12-latin-700.woff2)
  format('woff2');
    font-display: swap;
  }

