/*
Theme Name:   The Module
Theme URI:    https://themodule.net/
Description:  記者会見カレンダー用の子テーマ。トップページをログイン画面にし、ログイン後にカレンダーへ案内します。Twenty Twenty-Four の子テーマです。
Author:       石川 温
Template:     twentytwentyfour
Version:      1.2.0
Requires PHP: 8.0
Text Domain:  themodule
*/

/* 会員向けページの共通トーン。プラグイン側の calendar.css と揃えている。 */

.tm-page {
	max-width: 1180px;
	margin: 0 auto;
	padding: 28px 20px 60px;
}

.tm-logotype {
	font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", serif;
	font-weight: 800;
	letter-spacing: .06em;
}

.tm-eyebrow {
	font-size: 10.5px;
	letter-spacing: .18em;
	color: #7C8798;
	font-weight: 700;
}
