﻿/****************************************
(c) 2011 Niels Kim, Studio BEN
Lay-out: Isvacon.nl
Bestand: index.css
****************************************/

@import 'style.css';
@import 'header.css';
@import 'menu.css';
@import 'content.css';
@import 'bottom.css';


@font-face {
    font-family: 'DelRoman';
    src: url('../fonts/del-roman-webfont.eot');
    src: url('../fonts/del-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/del-roman-webfont.woff') format('woff'),
         url('../fonts/del-roman-webfont.ttf') format('truetype'),
         url('../fonts/del-roman-webfont.svg#DeliciousRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DelBold';
    src: url('../fonts/del-bold-webfont.eot');
    src: url('../fonts/del-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/del-bold-webfont.woff') format('woff'),
         url('../fonts/del-bold-webfont.ttf') format('truetype'),
         url('../fonts/del-bold-webfont.svg#DeliciousBold') format('svg');
    font-weight: normal;
    font-style: normal;
}