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

@font-face {
  font-family: 'Signifier';
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/signifier-regular.woff2') format('woff2'),
       url('/wp-content/themes/oceanwp-child-theme-master/fonts/signifier-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signifier';
  src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/signifier-regular-italic.woff2') format('woff2'),
       url('/wp-content/themes/oceanwp-child-theme-master/fonts/signifier-regular-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
