/* ==================================================

	Character styles

	@related fonts_text_charstyles_type_headings_titles

================================================== */

/* -------------------------------------
	=Titles
------------------------------------- */

.t-title {
	font-size:      var(--text-title);
	font-weight:    var(--font-weight-bold);
	letter-spacing: var(--tracking-title);
	color:          var(--color-fg-default);
}

/* -------------------------------------
	=Meta text
------------------------------------- */

.t-meta {
	font-size:   var(--text-meta);
	font-weight: var(--font-weight-regular);
	color:       var(--color-fg-secondary);
}

.t-timestamp {
	font-size:   var(--text-timestamp);
	font-weight: var(--font-weight-bold);
	color:       var(--color-fg-muted);
}

/* -------------------------------------
	=Links inside post copy
------------------------------------- */

.t-link {
	color: var(--color-fg-link);
	text-decoration: underline;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.t-link:hover {
	text-decoration: none;
}
