@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

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

.hero-section {
    background-image: url("../images/skyline.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}