/* ==========================================================================
   LTR overrides — loaded only when <html dir="ltr">
   ========================================================================== */

html[dir="ltr"] body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-feature-settings: "ss01" 1, "cv11" 1;
}

html[dir="ltr"] .hero h1 {
    font-weight: 700;
    letter-spacing: -1px;
}

html[dir="ltr"] select.form-control {
    background-position: right 12px center;
}
