:root {
    --km-blue: #86A8FF;
    --km-blue-soft: #c7dbff;
    --km-dark: #0f172a;
    --km-text: #4b5563;
    --km-border: #e5e7eb;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--km-text);
    background-color: #ffffff;
    font-size: 14px;
    /*color: #fff;*/
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;            
}

.footer-col > h5, .footer-policy > h6 {
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.footer-col > ul {
    padding-left: 0;
    margin-bottom: 1px;
}

.form-section {
    color: #222222;
}