/*
 * Legal Disclaimer
 * These Fonts are licensed only for use by Michigan State University.
*/

@font-face {
    font-family: 'GothamLight';
    src:
        url('/assets/msu/font/gotham-light.eot?#iefix') format('embedded-opentype'),
        url('/assets/msu/font/gotham-light.woff') format('woff'),
        url('/assets/msu/font/gotham-light.ttf') format('truetype'),
        url('/assets/msu/font/gotham-light.svg#Gotham-Light') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src:
        url('/assets/msu/font/gotham-book.eot?#iefix') format('embedded-opentype'),
        url('/assets/msu/font/gotham-book.woff') format('woff'),
        url('/assets/msu/font/gotham-book.ttf') format('truetype'),
        url('/assets/msu/font/gotham-book.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src:
        url('/assets/msu/font/gotham-bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/msu/font/gotham-bold.woff') format('woff'),
        url('/assets/msu/font/gotham-bold.ttf') format('truetype'),
        url('/assets/msu/font/gotham-bold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: 'GothamBlack';
    src:
        url('/assets/msu/font/gotham-black.eot?#iefix') format('embedded-opentype'),
        url('/assets/msu/font/gotham-black.woff') format('woff'),
        url('/assets/msu/font/gotham-black.ttf') format('truetype'),
        url('/assets/msu/font/gotham-black.svg#GothamBlack') format('svg');
}
