body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.logo {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.badge {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.hero-content p {
    font-size: 16px;
}

.form-container h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.form-subtitle {
    font-size: 14px;
    text-align: center;
}

.input-field, .btn-submit {
    font-size: 15px;
}

.main-footer, .main-footer a {
    font-size: 13px;
}