@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
	font-family: "Roboto", "Segoe UI", sans-serif;
	color: var(--text-main);
	line-height: 1.35;
}

.top-title {
	font-size: 1.02rem;
	font-weight: 700;
}

h3 {
	font-size: 0.95rem;
	font-weight: 500;
}

.summary-amount {
	font-size: 1.95rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.summary-label,
.summary-sub,
.link-btn,
.version,
.subtle-title,
.category-meta,
.group-total {
	font-size: 0.82rem;
}

p {
	line-height: 1.45;
	color: var(--text-light);
}