@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('☺'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

p, span, a{
	font-family:"MyriadPro-Regular";
	font-size:12px;
	color:#bdbfc0;
	}

h1,h2,h3,h4,h5,h6{
	font-family:"MyriadPro-Regular";
	color:#c5c7c8;
	}