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

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/test.eot');
    src: url('../fonts/test.eot?#iefix') format('embedded-opentype'),
         url('../fonts/test.woff') format('woff'),
         url('../fonts/test.ttf') format('truetype'),
         url('../fonts/test.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}