@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}



:root {
    --ln-font-body: 'Inter', sans-serif;
    --ln-font-heading: 'Manrope', sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--ln-font-body) !important;
    font-weight: 400;
}

body *,
input,
button,
textarea,
select {
    font-family: var(--ln-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.ln-public-hero h1,
.page-heading h1 {
    font-family: var(--ln-font-heading) !important;
    letter-spacing: -0.02em;
}
