/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
@font-face {
    font-family: 'Agrandir';
    src: url('https://humust.com/wp-content/themes/jinr-child/Agrandir-GrandLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'Agrandir', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
/* 日本語テキスト専用の軽量化 */
body, p, span, div, a, li, h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
}