/*
Theme Name: tutumasi-theme
Theme URI:
Author:
Author URI:
Description: Lightning child theme
Version: 1.0.0
Template: lightning
Text Domain: tutumasi-theme
*/

/*
Theme Name: tsutsumashi
Template: lightning
Version: 0.6.0
*/

/* ===== フォント設定 ===== */
@font-face {
  font-family: 'KachofugetsuPB';
  src: url('assets/fonts/kachofugetsuPB.woff2') format('woff2'),
       url('assets/fonts/kachofugetsuPB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
  --title-font: 'KachofugetsuPB', 'Shippori Mincho', 'Noto Sans JP', serif;
}

body, button, input, textarea, select {
  font-family: 'KachofugetsuPB', 'Shippori Mincho', 'Noto Sans JP', serif;
}

h1, h2, h3, h4, h5, h6,
.sec-ttl, .section-ttl, .lead-ttl, .block-title,
.entry-title, .page-title, .widget_title{
  font-family: var(--title-font) !important;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: .02em;
}
