body {
    font-feature-settings: "kern";
    text-rendering: optimizeLegibility;
}

h1, h2, h3 {
    letter-spacing: -0.02em;
}

.wp-block-kadence-rowlayout {
    margin-bottom: 4rem;
}

.hero-title {
    font-weight: 700;
    line-height: 1.1;
}

.entry-content > div[class^="wp-block"] {
    margin-bottom: 2rem;
}

:root {
    --hawa-radius: 12px;
}

.custom-card {
    background: var(--global-palette9);
    border-radius: var(--hawa-radius);
    padding: 32px;
}
.kt-inside-inner-col {
    height: 100%;
}