@charset "utf-8";
/* CSS Document */
/* Now here are the @font-tace files. I used examples from font-squirrel but TypeKit and FontDeck are good solutions too. Even Google has web../fonts available */
@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot#iefix') format('embedded-opentype'),

url('../fonts/ColabThi-webfont.ttf') format('truetype'),
url('../fonts/ColabThi-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pinyon_scriptregular';
    src: url('../fonts/pinyonscript-regular-webfont.eot');
    src: url('../fonts/pinyonscript-regular-webfont.eot#iefix') format('embedded-opentype'),
url('../fonts/pinyonscript-regular-webfont.woff') format('woff'),
url('../fonts/pinyonscript-regular-webfont.ttf') format('truetype'),
url('../fonts/pinyonscript-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}