/* For compability reasons you need to ad fonts the way that Museo has been added.
See:http://blog.fontspring.com/2011/02/the-new-bulletproof-font-face-syntax/ for reference */
@font-face {
    font-family: 'GothamSSm-Medium';
    src: url('GothamSSm-Medium.eot'); /* IE9 Compat Modes */
    src: url('GothamSSm-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('GothamSSm-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('GothamSSm-Medium.woff') format('woff'), /* Modern Browsers */
    url('GothamSSm-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamSSm-Book';
    src: url('GothamSSm-Book.eot'); /* IE9 Compat Modes */
    src: url('GothamSSm-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('GothamSSm-Book.woff2') format('woff2'), /* Modern Browsers */
    url('GothamSSm-Book.woff') format('woff'), /* Modern Browsers */
    url('GothamSSm-Book.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamSSm-Light';
    src: url('GothamSSm-light.eot'); /* IE9 Compat Modes */
    src: url('GothamSSm-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('GothamSSm-light.woff2') format('woff2'), /* Modern Browsers */
    url('GothamSSm-light.woff') format('woff'), /* Modern Browsers */
    url('GothamSSm-light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamSSm-Bold';
    src: url('GothamSSm-Bold.eot'); /* IE9 Compat Modes */
    src: url('GothamSSm-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('GothamSSm-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('GothamSSm-Bold.woff') format('woff'), /* Modern Browsers */
    url('GothamSSm-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('./Roboto/Roboto-Regular.eot');
    src: url('./Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('./Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg'),
    url('./Roboto/Roboto-Regular.ttf') format('truetype'),
    url('./Roboto/Roboto-Regular.woff') format('woff'),
    url('./Roboto/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('./Roboto/Roboto-Bold.eot');
    src: url('./Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('./Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg'),
    url('./Roboto/Roboto-Bold.ttf') format('truetype'),
    url('./Roboto/Roboto-Bold.woff') format('woff'),
    url('./Roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('./Roboto/Roboto-Medium.eot');
    src: url('./Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('./Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg'),
    url('./Roboto/Roboto-Medium.ttf') format('truetype'),
    url('./Roboto/Roboto-Medium.woff') format('woff'),
    url('./Roboto/Roboto-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('./Roboto/Roboto-Light.eot');
    src: url('./Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('./Roboto/Roboto-Light.svg#Roboto-Light') format('svg'),
    url('./Roboto/Roboto-Light.ttf') format('truetype'),
    url('./Roboto/Roboto-Light.woff') format('woff'),
    url('./Roboto/Roboto-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoMono-VariableFont_wght';
	src: url('./RobotoMono-VariableFont_wght.ttf')  format('woff');
}

/*Uncomment when needed*/
/*@font-face {*/
    /*font-family: 'Roboto-Black';*/
    /*src: url('./Roboto/Roboto-Black.eot');*/
    /*src: url('./Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),*/
    /*url('./Roboto/Roboto-Black.svg#Roboto-Black') format('svg'),*/
    /*url('./Roboto/Roboto-Black.ttf') format('truetype'),*/
    /*url('./Roboto/Roboto-Black.woff') format('woff'),*/
    /*url('./Roboto/Roboto-Black.woff2') format('woff2');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
