@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body, p, div, span {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
}
body {
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.6;
}

h1 {
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 1.2;
}

h2 {
    font-weight: 600;
    letter-spacing: -0.3px;
}

h3 {
    font-weight: 500;
    letter-spacing: -0.2px;
}
h1, h2 {
    text-transform: none;
}