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


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@300&display=swap');

h1, h2, h3, h4, .ff-nse {
	font-family: 'Noto Serif JP', serif!important;
}
h2 {
}
h3 {
}

body, .ff-nsa {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.dpib {
	display: inline-block;
}