* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
         url('../fonts/Rubik-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MPLUSRounded1c';
    src: url('../fonts/MPLUSRounded1c-Bold.woff2') format('woff2'),
         url('../fonts/MPLUSRounded1c-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'MPLUSRounded1c';
    src: url('../fonts/MPLUSRounded1c-Medium.woff2') format('woff2'),
         url('../fonts/MPLUSRounded1c-Medium.ttf') format('truetype');
    font-weight: 500;
}
