#today {
	h1 {
		font-size: var(--text-xl);
		font-weight: 600;
	}

	p {
		font-size: var(--text-sm);
		color: var(--bg-color-xdark);
	}

	> header {
		padding-bottom: calc(3 * var(--spacing));
	}

	> .today-date {
		text-transform: uppercase;
		margin-bottom: calc(3 * var(--spacing));
	}
}
