html {
  /* font-size: 62.5%; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  /* font: normal 300 1.4rem/1 "Poppins", sans-serif; */
  font: normal 11pt "Poppins", sans-serif;
  color: #333;
  /* background-color: #f7f7f5; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
code,
pre,
.badge {
  font-family: "jetbrains-mono", monospace;
}

b {
  font-weight: bold;
}

img {
  object-fit: cover;
}
.card-sm > div {
  padding: 0.25rem;
}
header .bg-dark a.link {
  color: #333;
  background: #efefef;
  text-decoration: none;
  font-weight: bold;
  font-size: 85%;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0 0.25rem;
}
.s25 {
  height: 25vh;
  background-size: cover;
}
.s50 {
  height: 50vh;
  background-size: cover;
}
.s75 {
  height: 75vh;
  background-size: cover;
}
.bgif {
  background-attachment: fixed;
}
