/*
Theme Name: fvn-twentyseventeen
Theme URI: http://vidanova.pt/
Description: The custom theme for the Fundação Vida Nova website
Author: Júlio Reis
Author URI: 
Template: twentyseventeen
Version: 0.1.1
Last edited: 2018-03-07
*/

@import url("../twentyseventeen/style.css");

/*** font declarations ***/

@import url('https://fonts.googleapis.com/css?family=Ubuntu');

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

/*** header ***/
.site-title, .site-description {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}