:root {
  --yBlue: #2D257D;
  --asPink: #EC0B8C;
  --asBlue: #4891CE;
  --asGreen: #72BF44;
  --asOrange: #F36F22;
  --asBrown: #E39842;
  --animation-primary: .5s cubic-bezier(.3, 1, .3, 1);
}
html {
  padding: env(safe-area-inset);
}
html, body {
  margin: 0;
  color: #000 !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overscroll-behavior-y: none;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: auto;
}


.Klanding{
    height:100vh;
    background-color:#FAF6EE;
}