/*
 * This is the web font stylesheet for self-hosting Bliss.
 * Makes 4 Bliss typefaces available throughout our CSS:
 	
 	font-family: 'Bliss Light';
 	font-family: 'Bliss Light Italic';
 	font-family: 'Bliss Bold';
 	font-family: 'Bliss Bold Italic';
 	
   This code and fonts were supplied by JT Types Ltd, with license.
   Adapted for Brock based on Fontdeck's implementation.
   
   ******* JTT license:
   
   This font software is the property of JT Types Ltd.

   You may not modify the font software, use it on another website, or install it on a computer.

   Copyright (C) JT Types Ltd. 
 	
 */

@font-face {
    font-family: 'Bliss Light';
    src: url('blsw-lt.eot');
    src: url('blsw-lt.eot?#iefix') format('embedded-opentype'),
         url('blsw-lt.woff2') format('woff2'),
         url('blsw-lt.woff') format('woff'),
         url('blsw-lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss Light Italic';
    src: url('blsw-ltit.eot');
    src: url('blsw-ltit.eot?#iefix') format('embedded-opentype'),
         url('blsw-ltit.woff2') format('woff2'),
         url('blsw-ltit.woff') format('woff'),
         url('blsw-ltit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss Bold';
    src: url('blsw-bd.eot');
    src: url('blsw-bd.eot?#iefix') format('embedded-opentype'),
         url('blsw-bd.woff2') format('woff2'),
         url('blsw-bd.woff') format('woff'),
         url('blsw-bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss Bold Italic';
    src: url('blsw-bdit.eot');
    src: url('blsw-bdit.eot?#iefix') format('embedded-opentype'),
         url('blsw-bdit.woff2') format('woff2'),
         url('blsw-bdit.woff') format('woff'),
         url('blsw-bdit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}