@import url("components/_index.css");
@import url("config/_index.css");


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width:100%;
    height: auto;
    background-color: var(--white);
    font-family: 'Eagle Lake', cursive;
    font-family: 'Poppins', sans-serif;
}
