/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description: Astra Child Theme
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     astra
 Version:      1.0.0
*/

/* Google Fonts 読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&display=swap');

/* あらゆる要素のフォントを強制。!importantに加え、html bodyを重ねて詳細度を最大化 */
html:not(#\9) body.elementor-page,
html body.elementor-default,
html body .elementor-widget-container,
html body .elementor-element *,
#custom-footer,
#custom-footer * {
    font-family: "Noto Sans JP", sans-serif !important;
}