@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

@import url("./root.css");

* {
    outline: none;
    box-sizing: border-box;
}

body, html {
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    background-color: #f3f3f3;
}