/*
Theme Name: nextreform
Theme URI: 
Description: GeneratePress Child Theme for nextreform
Author: sahara
Author URI: 
Template: generatepress  
Version: 1.0
*/

/* 基本 */
/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.fixed-company-name p {
    font-family: 'Noto Serif JP', serif;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1.0);
}

/ 本文 /
html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
    font-weight: 400;
}