@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

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

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

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

/*
@font-face {
    font-family:'futura';
    src:url('../fonts/FuturaStd-CondensedBold.otf');
    src:url('../fonts/FuturaStd-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-CondensedBold.svg#condensedBold') format('svg'),
        url('../fonts/FuturaStd-CondensedBold.ttf') format('truetype');
    font-weight:700;
}
@font-face {
    font-family:'futura';
    src:url('../fonts/FuturaBT-BoldCondensedItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaBT-BoldCondensedItalic.otf')  format('opentype'),
	    url('../fonts/FuturaBT-BoldCondensedItalic.woff') format('woff'), 
		url('../fonts/FuturaBT-BoldCondensedItalic.ttf')  format('truetype'), 
		url('../fonts/FuturaBT-BoldCondensedItalic.svg#FuturaBT-BoldCondensedItalic') format('svg');
    font-weight:700;
	font-style:italic; 
}

@font-face {
  font-family: 'Druk-XCondSuperItalic';
  src:url('../fonts/Druk-XCondSuperItalic.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/Druk-XCondSuperItalic.otf')  format('opentype'),
	  url('../fonts/Druk-XCondSuperItalic.woff') format('woff'), 
	  url('../fonts/Druk-XCondSuperItalic.ttf')  format('truetype'), 
	  url('../fonts/Druk-XCondSuperItalic.svg#Druk-XCondSuperItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/