/*
Theme Name: Velmor Child
Template: velmor
Author: Velmor
Description: Velmor の子テーマ
Version: 1.0
Text Domain: velmor-child
*/

@font-face {
  font-family: 'Noto Sans JP';
  src: url('fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* 100～900まで可変 */
  font-style: normal;
}

:root {
  /* 親テーマの変数を上書きしてフォント変更 */
  --global--font-primary: 'Poppins', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --global--font-secondary: 'Poppins', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

/* 念のため body にも直接指定 */
body {
  font-family: 'Poppins', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
}

.elementor-648,
.elementor-47 {
  overflow-x: hidden;
}

.test-font {
  font-family: 'Poppins', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
  font-weight: 400;
}
