:root {
  color-scheme: light dark;
}
html {
  /* font-size: 62.5%; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  scroll-behavior: smooth;
  --bs-body-font-family: "Poppins", sans-serif;
}
body,
html {
  height: 100%;
}
body {
  font:
    normal 400 10pt "Poppins",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
  background-color: #f5f7fa;
  color: #333;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
a {
  color: #333;
  text-decoration: none;
}
