@import url(/adm/css/fontawesome.css);
@font-face {
    font-family: 'Gotham Pro';    
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),        
        url('/libs/fonts/GothamPro-Medium.woff') format('woff'),
        url('/libs/fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';    
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'),        
        url('/libs/fonts/GothamPro-Bold.woff') format('woff'),
        url('/libs/fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';    
    src: local('Gotham Pro Light'), local('GothamPro-Light'),        
        url('/libs/fonts/GothamPro-Light.woff') format('woff'),
        url('/libs/fonts/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';    
    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),        
        url('/libs/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('/libs/fonts/MyriadPro-Regular.woff') format('woff'),
        url('/libs/fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AGOpusHighResolution';    
    src: url('/libs/fonts/agopushighresolution_bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('/libs/fonts/agopushighresolution_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
        url('/libs/fonts/agopushighresolution_bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/libs/fonts/agopushighresolution_bold.svg#agopushighresolution_bold') format('svg'); /* Chrome < 4, Legacy iOS */
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'AGOpusHighResolution';    
    src: url('/libs/fonts/agopushighresolution_roman.woff2') format('woff2'), /* Super Modern Browsers */
        url('/libs/fonts/agopushighresolution_roman.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
        url('/libs/fonts/agopushighresolution_roman.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/libs/fonts/agopushighresolution_roman.svg#agopushighresolution_roman') format('svg'); /* Chrome < 4, Legacy iOS */
        font-weight: normal;
        font-style: normal;
}