@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesans_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesans_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../font/googlesans_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Google Sans", system-ui, sans-serif;
  font-weight: 400;
}

.btn,
.explore-btn {
  font-family: "Google Sans", system-ui, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
