
/*
Web fonts from http://www.fontsquirrel.com/tools/webfont-generator 
This is not required for the cssgrid to work, it is simply used to make the website look nicer!
*/

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