@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic');

@font-face {
	font-family: 'ArvoRegular';
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ArvoBold';
	font-weight: 700;
	font-style: normal;
}


body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span#text-header,
body span#text-slogan {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: ArvoBold, Cambria, Georgia, serif;
	letter-spacing: -1px;
}

body #menu li a span.title {
	font-family: ArvoRegular, Cambria, Georgia, serif;
	font-weight: 400;
}

body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}