@font-face {
    font-family: 'rounded-mplus-1c';
    font-style: normal;
    font-weight: bold;
    src: url('../font/rounded-mplus-1c-bold.eot');
    src: url('../font/rounded-mplus-1c-bold.eot?#iefix') format('embedded-opentype'),
    url('../font/rounded-mplus-1c-bold.woff') format('woff'),
    url('../font/rounded-mplus-1c-bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'rounded-mplus-1c';
    font-style: normal;
    font-weight: 500;
    src: url('../font/rounded-mplus-1c-medium.eot');
    src: url('../font/rounded-mplus-1c-medium.eot?#iefix') format('embedded-opentype'),
    url('../font/rounded-mplus-1c-medium.woff') format('woff'),
    url('../font/rounded-mplus-1c-medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'rounded-mplus-1c';
    font-style: normal;
    font-weight: 400;
    src: url('../font/rounded-mplus-1c-regular.eot');
    src: url('../font/rounded-mplus-1c-regular.eot?#iefix') format('embedded-opentype'),
    url('../font/rounded-mplus-1c-regular.woff') format('woff'),
    url('../font/rounded-mplus-1c-regular.ttf')  format('truetype');
}

.mplus-1c-bold{
    font-family: 'rounded-mplus-1c';
    font-style: normal;
    font-weight: bold;
}

.mplus-1c-medium{
    font-family: 'rounded-mplus-1c';
    font-style: normal;
    font-weight: 500;
}

.mplus-1c-regular{
    font-family: 'rounded-mplus-1c';
    font-style: normal;
    font-weight: 400;
}