/* --- ET2 CSS START MARKER --- */
/* Separate file for fonts allows adding them to the hugeRTE editor */
@font-face {
  font-family: "Noto Sans";
  src: url("NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("NotoSans-Regular.woff") format("woff"), url("NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("NotoSansSC-Regular.woff2") format("woff2"), url("NotoSansSC-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Light";
  src: url("OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("OpenSans-Light.woff") format("woff"), url("OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* FIXME: can we rename these? */
.size-1 {
  font-size: 50% !important;
}
.size-2 {
  font-size: 75% !important;
}
.size-3 {
  font-size: 100% !important;
}
.size-4 {
  font-size: 125% !important;
}
.size-5 {
  font-size: 150% !important;
}
.size-6 {
  font-size: 200% !important;
}
.size-7 {
  font-size: 300% !important;
} /* version: 1 */
