
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.


/* @font-face */

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

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

@font-face {
    font-family: 'Din';
    src: url('../type/dinpro-bold-webfont.eot');
    src: url('../type/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/dinpro-bold-webfont.woff') format('woff'),
         url('../type/dinpro-bold-webfont.ttf') format('truetype'),
         url('../type/dinpro-bold-webfont.svg#DINProBold') format('svg');
    font-weight: bold;
    font-style: normal;}

@font-face {
    font-family: 'Din';
    src: url('../type/dinpro-regular-webfont.eot');
    src: url('../type/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/dinpro-regular-webfont.woff') format('woff'),
         url('../type/dinpro-regular-webfont.ttf') format('truetype'),
         url('../type/dinpro-regular-webfont.svg#DINProRegular') format('svg');
    font-weight: normal;
    font-style: normal;}