/* English Language Specific Styles */

/* English Font Settings */
body {
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

/* English Text Spacing */
.hero-section h1 {
    letter-spacing: -0.01em;
}

.card-title {
    letter-spacing: -0.005em;
}

/* English Input Styles */
.form-control {
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* English Button Text */
.btn {
    letter-spacing: 0.025em;
    text-transform: none;
}

/* Navigation for English */
.navbar-nav .nav-link {
    font-weight: 600;
}

/* English Typography */
p {
    line-height: 1.6;
}

.lead {
    line-height: 1.5;
}

/* English Card Content */
.card-text {
    line-height: 1.6;
}

/* Footer English Text */
footer small {
    line-height: 1.4;
}

/* Mobile English Text */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    .navbar-brand {
        font-size: 1.4rem;
    }
}
