/* Definim fonturile */
.text-footer-page p {
	font-family: 'VFooter', sans-serif;
	font-weight: 300;
	transition: font-weight 0.5s ease;
	font-size: 1em;
}

.text-footer-page h2 {
    font-family: 'VFooter', sans-serif;
    font-weight: 300;
    transition: font-weight 0.5s ease;
	font-size: 2em;
}

.text-footer-page h2:hover {
    font-weight: 700;
}

