/* Hippo Technologies marketing site — small overrides on top of the app theme */

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 80px;
}

.card-h-100 .card-body {
    display: flex;
    flex-direction: column;
}
