/*
Theme Name: yStandard Child
Template: ystandard
Version: 1.0
*/

/* === Senobi Gothic 登録 === */
@font-face {
  font-family: 'Senobi Gothic';
  src: url('/wp-content/themes/ystandard-child/assets/fonts/Senobi-Gothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Senobi Gothic';
  src: url('/wp-content/themes/ystandard-child/assets/fonts/Senobi-Gothic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Senobi Gothic';
  src: url('/wp-content/themes/ystandard-child/assets/fonts/Senobi-Gothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === サイト全体に適用 === */
body, button, input, select, textarea {
  font-family: 'Senobi Gothic', system-ui, -apple-system, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif !important;
}

