/* Global styles */
/* MOBILE FIRST DESIGN */

body, html{
    font-size: 14px;
    font-family: 'Roboto','Arial'; /* Change Later */
    margin: 0;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: static;
    /* scroll-behavior: smooth; */
}


