/* Typography */

@font-face {
    font-family: 'Gruppo';
    src: url('/fonts/Gruppo.woff2') format('woff2'),
        url('/fonts/Gruppo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('/fonts/UbuntuCondensed-Regular.woff2') format('woff2'),
        url('/fonts/UbuntuCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
	font-family: 'Ubuntu Condensed', sans-serif;
}

.wf-loading * {
     opacity: 0;
 }

@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 20px;
	}
}

.icons-social i {
	font-size: 3em;
}

/* Custom Styles */

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}

main > .intro {
	font-family: "Gruppo";
	font-size: 3.75em;
	letter-spacing: 3px;
	color: #98C1D9 !important;
	font-weight: 600;
}

main > .tagline {
	font-size: 1.5rem;
	margin: 1.5rem 0;
	font-weight: 100;
}

.icons-social i {
	padding: 10px;
	color: #98C1D9;
}

.icons-social i:hover {
	padding: 10px;
	color: #338bd5;
}

.icons-social a {
  text-decoration: none;
}

.devto {
	margin-bottom: -0.20rem;
}

.devto svg {
	margin-bottom: -0.20rem;
	margin-left: 0.675rem;;
	width: 2.65rem;
	height: 2.65rem;
}

a {
	cursor: pointer;
}