@charset "utf-8";

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: normal;
  src:  url('fonts/opensans-condlight-webfont.eot');
  src:  url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condlight-webfont.woff') format('woff'),
        url('fonts/opensans-condlight-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  src:  url('fonts/opensans-condbold-webfont.eot');
  src:  url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condbold-webfont.woff') format('woff'),
        url('fonts/opensans-condbold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src:  url('fonts/opensans-regular-webfont.eot');
  src:  url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src:  url('fonts/opensans-bold-webfont.eot');
  src:  url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-bold-webfont.woff') format('woff'),
        url('fonts/opensans-bold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  src:  url('fonts/opensans-italic-webfont.eot');
  src:  url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-italic-webfont.woff') format('woff'),
        url('fonts/opensans-italic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  src:  url('fonts/opensans-bolditalic-webfont.eot');
  src:  url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-bolditalic-webfont.woff') format('woff'),
        url('fonts/opensans-bolditalic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'MM-Headline';
  font-style: normal;
  font-weight: normal;
  src: url('${ips.url("/commons/fonts/MMHeadlineProWebTT-Regular.woff2")}') format("woff2"), url('${ips.url("/commons/fonts/MMHeadlineProWebTT-Regular.woff")}') format("woff"), url('${ips.url("/commons/fonts/MMHeadlineProWebTT-Regular.ttf")}') format("truetype");
}

@font-face {
  font-family: 'MM-Text';
  font-style: normal;
  font-weight: normal;
  src: url('${ips.url("/commons/fonts/MMTextProWebTT-Regular.woff2")}') format("woff2"), url('${ips.url("/commons/fonts/MMTextProWebTT-Regular.woff")}') format("woff"), url('${ips.url("/commons/fonts/MMTextProWebTT-Regular.ttf")}') format("truetype");
}

@font-face {
  font-family: 'MM-Text';
  font-style: normal;
  font-weight: bold;
  src: url('${ips.url("/commons/fonts/MMTextProWebTT-Bold.woff2")}') format("woff2"), url('${ips.url("/commons/fonts/MMTextProWebTT-Bold.woff")}') format("woff"), url('${ips.url("/commons/fonts/MMTextProWebTT-Bold.ttf")}') format("truetype");
}