/* Шрифт для основного текста*/

@font-face{

font-family: 'myriadpro-regular';

src: url('../fonts/myriadpro-regular.eot');

src: url('../fonts/myriadpro-regular.eot?iefix') format('eot'),

url('../fonts/myriadpro-regular.woff') format('woff'),

url('../fonts/myriadpro-regular.svg#webfont') format('svg');

font-weight: normal;

font-style: normal;

}


/* Шрифт для заголовка*/

@font-face{

font-family: 'aantiquetrady';

src: url('../fonts/aantiquetrady.eot');

src: url('../fonts/aantiquetrady.eot?iefix') format('eot'),

url('../fonts/aantiquetrady.woff') format('woff'),

url('../fonts/aantiquetrady.svg#webfont') format('svg');

font-weight: normal;

font-style: normal;

}


/* Шрифт иконочный*/

@font-face{

font-family: 'fontawesome-webfont';

src: url('../fonts/fontawesome-webfont.eot');

src: url('../fonts/fontawesome-webfont.eot?iefix') format('eot'),

url('../fonts/fontawesome-webfont.woff') format('woff'),

url('../fonts/fontawesome-webfont.ttf') format('truetype'),	

url('../fonts/fontawesome-webfont.svg#webfont') format('svg');

font-weight: normal;

font-style: normal;

}