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

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

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

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