*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--oml-text);
  background: var(--site-bg);
}

a {
  color: var(--oml-accent-text);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
