@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url(navbar.css);
@import url(hero.css);
@import url(footer.css);
@import url(products.css);
@import url(clients.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  min-height: 100vh;
  background: 0;
  background-size: cover;
  background-position: center;
  background-color: #00cf53;
}

html {
  scroll-behavior: smooth;
}

/* Jika CSS tidak berubah, tembak langsung ke anchor tag / class nya */
