/* CUSTOM FONTS */
/*
For other fonts, download Font-Face Kits at http://www.fontsquirrel.com/fontface/
*/

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

}

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

}
