@font-face {
  font-family: "UDC-Bold";
  src: url("./JR-UDC-Bold.eot");
  /* IE9 */
  src: url("./JR-UDC-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */

    url("./JR-UDC-Bold.woff") format("woff"),
    /* chrome、firefox */
    url("./JR-UDC-Bold.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("./JR-UDC-Bold.svg#JR-UDC-Bold") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "UDC-Regular";
  src: url("./JR-UDC-Regular.eot");
  /* IE9 */
  src: url("./JR-UDC-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */

    url("./JR-UDC-Regular.woff") format("woff"),
    /* chrome、firefox */
    url("./JR-UDC-Regular.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("./JR-UDC-Regular.svg#JR-UDC-Regular") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "UDC-Light";
  src: url("./JR-UDC-Light.eot");
  /* IE9 */
  src: url("./JR-UDC-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */

    url("./JR-UDC-Light.woff") format("woff"),
    /* chrome、firefox */
    url("./JR-UDC-Light.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("./JR-UDC-Light.svg#JR-UDC-Light") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
.ff-udc-bold {
  font-family: "UDC-Bold" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-udc-regular {
  font-family: "UDC-Regular" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-udc-light {
  font-family: "UDC-Light" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}