
/*

Octin College Regular
font-family: octin-college, sans-serif;
font-weight: 400;
font-style: normal;


Octin College Bold
font-family: octin-college, sans-serif;
font-weight: 700;
font-style: normal;

*/

@font-face {
    font-family: 'mtndew_american_captain';
    src: url('../fonts/mtndewamericancaptain-webfont.woff2') format('woff2'),
         url('../fonts/mtndewamericancaptain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'motive_din_reg';
    src: url('../fonts/motive_din_pro-regular-webfont.woff2') format('woff2'),
         url('../fonts/motive_din_pro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'motive_din_med';
    src: url('../fonts/motive_din_pro-medium-webfont.woff2') format('woff2'),
         url('../fonts/motive_din_pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'motive_din_bold';
    src: url('../fonts/motive_din_pro-bold-webfont.woff2') format('woff2'),
         url('../fonts/motive_din_pro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'octin_college';
    src: url('../fonts/octin-college-free.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}