@import url("/shared.css");

/* Dashboard-only entry point for product styling */

.page {
	gap: 1.25rem;
}

.card__header h2,
.dashboard-hero h1 {
	text-wrap: balance;
}

.dashboard-card h3,
.tool-card h3,
.pair-item h3 {
	text-wrap: pretty;
}
