/* Global typography */
html, body {
  font-family: "Inter"; 
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px !important;
}
main{
background: linear-gradient(180deg,rgba(232, 234, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.image-404{
max-height: 242px;
}

/* 404 page primary button */
.btn-404 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  border-radius: 14px;
  background-color: #787DFF;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-404:hover {
  background-color: #6066e6;
}
.title-not-found{
font-size: 18px;
color: white;
font-family: 'Inter', sans-serif;
font-weight: 300;
}
section{
      font-family: 'Inter';
}
p{
      font-family: 'Inter';
}
span{
      font-family: 'Inter';
}