/*
Theme Name: jlproject
Theme URI:
Author: JLプロジェクト
Author URI:
Description: ライブハウス「ジャックライオン」存続プロジェクト用のオリジナルテーマ。必要最小限のファイルのみを備えた、空のスターターテーマです。ここから自由に構築してください。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jlproject
*/

/* ここにスタイルを記述します。 */

/* jlproject-font-apply --- フォント適用 --- */
:root{
	--font-base:"Noto Sans JP", sans-serif;
	--font-en:"Anton", sans-serif;
}
body{ font-family:var(--font-base); font-weight:400; }
h1,h2,h3,h4,h5,h6{ font-family:var(--font-base); }
.font-en,.en-heading{ font-family:var(--font-en); font-weight:400; letter-spacing:.03em; }
