@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    overflow: hidden;
}

html {
    /* Important! for rewriting materials style @ToDo: need to remove after implementing SDS */
    font-size: 10px !important;
}
body {
    /* Important! for rewriting materials style @ToDo: need to remove after implementing SDS */
    font-size: 1.3rem !important;
}
