/*
Theme Name: himemicoblog
Theme URI: 
Author: ひめみこ
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: liquid-air
Text Domain: himemicoblog
Tags: 
*/

@import url(css/base.min.css);
@import url(css/blocks.min.css);

@font-face {
	font-family: "zen-maru-gothic";
	src: url(./font/Zen_MaruGothic-Regular.woff2);
	font-weight: 400;
}

@font-face {
	font-family: "zen-maru-gothic";
	src: url(font/Zen_MaruGothic-Bold.woff2);
	font-weight: 700;
}


body {
  font-family: 'zen-maru-gothic', sans-serif; /* フォントファミリー名と代替フォントを指定 */
}

h1,h2,h3,h4,h5,h6 {
font-family: 'zen-maru-gothic', sans-serif;
}

p,a {
font-family: 'zen-maru-gothic', sans-serif;
}