/*-----------------------------------------------------------------------------------------------------------web font-----------------*/



.m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .m-plus-1p-medium {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .m-plus-1p-bold {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .m-plus-1p-extrabold {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
  }






@font-face {
    font-family: 'tukbText';
    src: url('../webfonts/tuku_b_all.eot');
    src: url('../webfonts/tuku_b_all.otf') format('opentype');
    src: url('../webfonts/tuku_b_all.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/tuku_b_all.woff') format('woff');
    font-style: normal;
}


.tukusib {
    font-family: "tukbText";
}


@font-face {
  font-family: 'tokuminText';
  src: url('../webfonts/tukuminall.eot');
  src: url('../webfonts/tukuminall.otf') format('opentype');
  src: url('../webfonts/tukuminall.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/tukuminall.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.tukumin {
  font-family: "tokuminText";
  line-height: 1.4;
}