/* cabin-regular - latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('webfonts/cabin-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Cabin'), local('Cabin-Regular'),
        url('webfonts/cabin-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfonts/cabin-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('webfonts/cabin-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('webfonts/cabin-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfonts/cabin-v12-latin-regular.svg#Cabin') format('svg');
    /* Legacy iOS */
}

/* cabin-700 - latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('webfonts/cabin-v12-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Cabin Bold'), local('Cabin-Bold'),
        url('webfonts/cabin-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfonts/cabin-v12-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('webfonts/cabin-v12-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('webfonts/cabin-v12-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfonts/cabin-v12-latin-700.svg#Cabin') format('svg');
    /* Legacy iOS */
}