/* Main */

:root {
	--container-width: 1480px;
	--container-padding: 0 15px;
	--hero-height: auto;
	--hero-min-height: calc(100vh - 150px);
	--hero-margin-bottom: 0;
	--article-title-font-size: 1.6rem;
	--article-title-line-height: inherit;
	--article-title-margin: 0 0 1rem;
	--article-title-color: #333;
	--article-title-max-width: auto;
	--section-title-margin: 0 0 2rem;
	--section-title-padding: 0;
	--section-title-width: 50px;
	--section-title-height: 3px;
	--sidebar-position: absolute;
	--sidebar-top: 0;
	--sidebar-section-border-radius: 15px;
	--sidebar-section-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	
	--color-1: #5a0038; /* Beere */
	--color-2: #7a0034; /* Bordeaux */
}