@font-face {
  font-family: "Segoe";
  src: url("/assets/fonts/Segoe-sans.woff2") format("woff2"),
    /* İlk olarak woff2 formatı */ url("/assets/fonts/Segoe-sans.woff")
      format("woff"); /* Desteği olmayan tarayıcılar için woff formatı */
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Segoe", sans-serif;
}

@media screen and (max-width: 1200px) {
  .hero_section {
    background: url(../img/hero-mobile.jpg) no-repeat center center/cover;
  }
}
.hero_section {
  background: url(../img/hero-desktop.jpg) no-repeat center center/cover;
}
