/*@font-face {
font-family: 'Montserrat';
src: url('ArialTest.eot');
src: local('Arial'),
url('/font/Montserrat-Light.otf') format('opentype'),
url('/font/Montserrat-Light.ttf') format('truetype');
url('ArialTest.woff') format('woff'),
url('ArialTest.svg') format('svg');
font-weight: normal;
font-style: normal;
}*/
@font-face {
font-family: 'montserrat';
font-style: normal;
font-weight: 200;
src: local('Montserrat-Hairline'), url('font/Montserrat-Thin.ttf') format('truetype'),url('font/Montserrat-Hairline.otf') format('opentype');
}

@font-face {
font-family: 'montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Light'), url('font/Montserrat-UltraLight.ttf') format('truetype'),url('font/Montserrat-UltraLight.otf') format('opentype');
}
@font-face {
font-family: 'montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat-Regular'), url('font/Montserrat-Light.ttf') format('truetype'),url('font/Montserrat-Light.otf') format('opentype');
}
@font-face {
font-family: 'montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat-Bold'), url('font/Montserrat-Regular.ttf') format('truetype'),url('font/Montserrat-Regular.otf') format('opentype');
}


/*html, body {font-family: Arial;}*/
html, body {font-family: montserrat;font-weight: 200;letter-spacing: 2px;}