html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Replace the existing --font-family-sans-serif with Poppins font */
:root {
    --font-family-sans-serif: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: var(--font-family-sans-serif);