@import "components/header.css";
@import "components/time-traker.css";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body{
    background-color: #F4F4F4;
    font-family: 'Inter', sans-serif;
    width: 100vw;
}

@media only screen and (min-width: 700px)  and (max-resolution: 150dpi)  {



}
