﻿@charset "utf-8";

@font-face {
  font-family: 'MMCFont';
  font-style: normal;
  font-weight: 400;
  src:	 url('/en/share/v2/style/fonts/MMC-Regular.eot');
  src:
	 url('/en/share/v2/style/fonts/MMC-Regular.woff2') format('woff2'),
	 url('/en/share/v2/style/fonts/MMC-Regular.woff') format('woff');
}
@font-face {
  font-family: 'MMCFont';
  font-style: normal;
  font-weight: 500;
  src:	 url('/en/share/v2/style/fonts/MMC-Medium.eot');
  src:
	 url('/en/share/v2/style/fonts/MMC-Medium.woff2') format('woff2'),
	 url('/en/share/v2/style/fonts/MMC-Medium.woff') format('woff');
}
@font-face {
  font-family: 'MMCFont';
  font-style: normal;
  font-weight: 700;
  src:	 url('/en/share/v2/style/fonts/MMC-Bold.eot');
  src:
	 url('/en/share/v2/style/fonts/MMC-Bold.woff2') format('woff2'),
	 url('/en/share/v2/style/fonts/MMC-Bold.woff') format('woff');
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-family: MMCFont, sans-serif !important;
}

button, input, select, textarea {
 font-family : inherit;
}