/* -------------------- */
/*         VIRO         */
/* -------------------- */
@font-face {
    font-family: 'viroregular';
    src: url('viro/webfont/viro-webfont.eot');
    src: url('viro/webfont/viro-webfont.eot?#iefix') format('embedded-opentype'),
         url('viro/webfont/viro-webfont.woff') format('woff'),
         url('viro/webfont/viro-webfont.ttf') format('truetype'),
         url('viro/webfont/viro-webfont.svg#viroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------- */
/*   SOURCE SANS PRO    */
/* -------------------- */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style:  normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style:  italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style:  normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style:  italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style:  normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style:  italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style:  normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style:  italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style:  normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style:  italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style:  normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style:  italic;
}

/* -------------------- */
/*      AMATIC SC       */
/* -------------------- */
@font-face {
    font-family: 'Amatic SC';
    src: url('amatic_sc/AmaticSC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style:  normal;
}
@font-face {
    font-family: 'Amatic SC';
    src: url('amatic_sc/AmaticSC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style:  normal;
}

/* -------------------- */
/*      QUICKSAND       */
/* -------------------- */
@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style:  normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style:  normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style:  normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style:  normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('quicksand/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style:  normal;
}

/* -------------------- */
/*       PT-MONO        */
/* -------------------- */
@font-face {
    font-family: 'PT Mono';
    src: url('pt_mono/PTMono-Regular.ttf') format('truetype');
}
