@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
    font-family: 'timesnewromancondensed';
    src: url('fonts/timesnewromancondensed.otf') format('opentype');
	src: url('fonts/timesnewromancondensed.eot');
    src: url('fonts/timesnewromancondensed.eot?#iefix') format('embedded-opentype'),
         url('fonts/timesnewromancondensed.woff2') format('woff2'),
         url('fonts/timesnewromancondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-variant-ligatures: common-ligatures;
}

@font-face {
    font-family: 'timesnewromancondenseditalic';
    src: url('fonts/timesnewromancondenseditalic.eot');
    src: url('fonts/timesnewromancondenseditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/timesnewromancondenseditalic.woff2') format('woff2'),
         url('fonts/timesnewromancondenseditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
	font-variant-ligatures: common-ligatures;
}

@font-face {
    font-family: 'maisonregular';
    src: url('fonts/maisonregular.eot');
    src: url('fonts/maisonregular.eot?#iefix') format('embedded-opentype'),
         url('fonts/maisonregular.woff2') format('woff2'),
         url('fonts/maisonregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maisonregularoblique';
    src: url('fonts/maisonregularoblique.eot');
    src: url('fonts/maisonregularoblique.eot?#iefix') format('embedded-opentype'),
         url('fonts/maisonregularoblique.woff2') format('woff2'),
         url('fonts/maisonregularoblique.ttf') format('truetype');
    font-display: swap;
	font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'maisonbold';
    src: url('fonts/maisonbold.eot');
    src: url('fonts/maisonbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/maisonbold.woff2') format('woff2'),
         url('fonts/maisonbold.ttf') format('truetype');
    font-display: swap;
	font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'maisonboldoblique';
    src: url('fonts/maisonboldoblique.eot');
    src: url('fonts/maisonboldoblique.eot?#iefix') format('embedded-opentype'),
         url('fonts/maisonboldoblique.woff2') format('woff2'),
         url('fonts/maisonboldoblique.ttf') format('truetype');
    font-display: swap;
	font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'pmingliu';
    src: url('fonts/pmingliu.ttf');
    src: url('fonts/pmingliu.eot?#iefix') format('embedded-opentype'),
         url('fonts/pmingliu.woff2') format('woff2'),
         url('fonts/pmingliu.ttf') format('truetype');
    font-display: swap;
	font-weight: normal;
    font-style: normal;
}

.times {
	font-family: timesnewromancondensed, serif;
}