/**
 * Theme Name: 信陽堂ウェブサイト
 * Theme URI: https://shinyodo.jp
 * Author: Remode design, inc.
 * Author URI: https://remode-d.jp
 * Description: 信陽堂印刷所のカスタムテーマ
 * Version: 1.0.0
 * Requires at least: 6.0
 * Tested up to: 6.7
 * Requires PHP: 8.0
 * License: MIT
 * Text Domain: shinyodo
 */

/* Font Face Definitions */
@font-face {
  font-family: 'LINE Seed Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(./assets/fonts/LINESeedJP_OTF_Th.woff2);
}

@font-face {
  font-family: 'LINE Seed Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/LINESeedJP_OTF_Rg.woff2);
}

@font-face {
  font-family: 'LINE Seed Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./assets/fonts/LINESeedJP_OTF_Bd.woff2);
}

@font-face {
  font-family: 'LINE Seed Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./assets/fonts/LINESeedJP_OTF_Eb.woff2);
}

/* Base Styles (Applied via theme.json) */
/* Additional global styles can be added here if needed */

/* Core Block Adjustments */
.wp-block-column > .wp-block-group.has-background {
  height: 100%;
}
