@import 'type-1';
@import 'type-2';

.entry-header {
	
	> *:not(:first-child) {
		margin-top: var(--itemSpacing, 20px);
	}

	.page-title {
		margin-bottom: 0;
	}

	.entry-meta {
		color: var(--theme-text-color);
		--theme-link-initial-color: var(--theme-text-color);
	}

	.page-description {
		color: var(--theme-text-color);

		> *:last-child {
			margin-bottom: 0;
		}
	}
}