

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: clip;
  font-family: "Nunito Sans";
  scroll-behavior: smooth;
}


.popup-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
}

:root {
  /* Color */
  --Dark-dim1: #a7a9ab;
  --Dark-Background: #24292d;
  --Text: #e3e3e3;
  --Pure-Light: #fff;
  --Dark-plus: #505457;
  --Dark-dim: #a7a9ab;
  --new-red: #cc433d;
  --Light-dim: #d3d4d5;
  --Pure-Dark: #111315;
}
