/**
 * Stylesheet for Digital88 / A Bread Affair - Custom Fonts plugin
 *
 * Useage: 
 *     font-family: 'rook2regular';
 *     font-family: 'thirsty_roughregular_one';
 *     font-family: 'coldsmithregular';
 */

@font-face {
    font-family: 'rook2regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Rook/rook-webfont.eot');
    src: url('../fonts/Rook/rook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rook/rook-webfont.woff2') format('woff2'),
         url('../fonts/Rook/rook-webfont.woff') format('woff'),
         url('../fonts/Rook/rook-webfont.ttf') format('truetype'),
         url('../fonts/Rook/rook-webfont.svg#rook2regular') format('svg');   
}

@font-face {
    font-family: 'thirsty_roughregular_one';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Thirsty/yellow_design_studio_-_thirstyroughregone-webfont.eot');
    src: url('../fonts/Thirsty/yellow_design_studio_-_thirstyroughregone-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Thirsty/yellow_design_studio_-_thirstyroughregone-webfont.woff2') format('woff2'),
         url('../fonts/Thirsty/yellow_design_studio_-_thirstyroughregone-webfont.woff') format('woff'),
         url('../fonts/Thirsty/yellow_design_studio_-_thirstyroughregone-webfont.ttf') format('truetype'),
         url('../fonts/Thirsty/yellow_design_studio_-_thirstyroughregone-webfont.svg#thirsty_roughregular_one') format('svg');
}

@font-face {
    font-family: 'coldsmithregular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/ColdSmith/coldsmith-webfont.eot');
    src: url('../fonts/ColdSmith/coldsmith-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColdSmith/coldsmith-webfont.woff2') format('woff2'),
         url('../fonts/ColdSmith/coldsmith-webfont.woff') format('woff'),
         url('../fonts/ColdSmith/coldsmith-webfont.ttf') format('truetype'),
         url('../fonts/ColdSmith/coldsmith-webfont.svg#coldsmithregular') format('svg');   
}