/* font-styles.css */

.header-font {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 2.25rem;
}

.header-font-2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5rem;
}

.body-font {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1rem;
}

.steps-font {
    font-family: 'Inter', sans-serif;
    line-height: 2rem;
}


