@font-face {
    font-family: 'cinzelregular';
    src: url('../fonts/cinzel-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/cinzel-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
	--primary: #6b513f;
	--secondary: #4d4427;
	--tertiary: #9f773e;
}

html {
	background: #000000;
}

html, body {
}

.background {
	filter: blur(16px);
	opacity: 0.5;
}

.panel__heading {
	background: var(--tertiary);
}


.links__item a {
	letter-spacing: 0;
}

.links {
	font-family: 'cinzelregular', sans-serif;
}

.panel__mini-button {
	background: var(--secondary);
}

.footer .button {
	background: #c80a48;
}