:root{
	--color-1: #34190e;
	--color-2: #76381f;
	--color-text: var(--color-1);
}

/****/

@font-face{
font-family: "Header"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/jenkins.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/jenkins.woff2") format("woff2");
}

@font-face{
font-family: "Button"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/jenkins.woff2") format("woff2");
}

@font-face{
font-family: "Button"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/jenkins.woff2") format("woff2");
}

/****/

.info{
	text-align: center;
}

.social{
	margin-top: 0.5em;
    font-size: 1.5em;
}

.social a{
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.social svg{
    height: 30px;
    width: auto;
    fill: var(--color-1);
}

/****/

.module.home{
    font-size: 1.2em;
}

.module.home h1{
    font-size: 3em;
	text-transform: lowercase;
	font-weight: 400;
	margin-top: 0.5em;
}

.module.home img{
    border-radius: 1000px;
    border: 0;
    max-width: 350px;
}