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

*{
    font-family: "Overpass",sans-serif;
}

header{
    background-image: url('../../assets/images/mobile-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}