:root {
  font-family: "DM Sans", sans-serif;
  --dark: #2f2f2f;
  --font-header: "Para Supreme Normal", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  background-color: #f5f5f5;
  overflow: hidden; /* Prevents scrolling during animation */
  height: 100vh;
  width: 100%;
  background-color: #252525;
  font-size: 16px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  /* text-decoration: none; */
  font-size: inherit;
}

/* Hide all scrollbars */
::-webkit-scrollbar {
  display: none;
}
