*{
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
body {
    background-color: #FDFDFD;
    padding: 1rem;
}
.card {
border-radius: .5rem;
/* filter: drop-shadow(5px 5px 10px #d6d6d6); */
}

/* Alpine’s x-cloak CSS Rule*/
[x-cloak] {
  display: none !important;
}

@view-transition {
  navigation : auto;
}
