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

/**
	font-family: 'PT Sans Narrow', sans-serif;
**/

body {
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.2;
}

.h1, .h2, .h3, h1, h2, h3 {
	color: #516c77;
    margin-top: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 10px;
}

h3 {
	color: #25a5a6;
    font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

p {
    color: #516c77;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
