

html * {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html, body {
  height:100vh;
  min-height: 100vh;
  background-color: white;
  scroll-behavior: smooth;
  display:flex;
  flex-direction:column;
  scrollbar-color:#aba093 #E2E0DF;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-size:1rem;
  font-optical-sizing: auto;
  font-style: normal;
  color:black;
  margin: 0;
  font-weight:400;
  padding:0;
  position:relative;
  overflow-x:hidden;
  scroll-behavior: smooth;
}

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

:root {
  --animate-delay: 0.5s;
  --select-border: blue;
  --select-focus:blue;
}




a {font-family: 'DIN', sans-serif;}



@media (max-width:35em) {
  
  .row p:first-child {width:78%;}
  .row p:nth-child(2) {width:50%; display:none;}
  .row p:nth-child(3) {width:50%; display:none;}
  .row p:last-child {width:22%; margin:0 !important; white-space: nowrap;}
  
  
  
}









