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