/**
 * OasysFly - English Locale Stylesheet
 * Language-specific styles for English (EN)
 */

@import url('./base.css');

/* ============================================
   ENGLISH FONT CONFIGURATION
   ============================================ */

/* 
 * English uses the monospace font (JetBrains Mono) for:
 * - Navigation items
 * - GET STARTED button
 * - Footer copyright section
 * 
 * This gives a technical, modern feel for English content.
 */

/* Navigation - uses font-mono for technical aesthetic */
.nav-items {
    font-family: "JetBrains Mono", monospace;
}

/* Footer bottom section - uses font-mono */
.footer-bottom {
    font-family: "JetBrains Mono", monospace;
}

/* ============================================
   ENGLISH-SPECIFIC OVERRIDES
   ============================================ */

/* None needed - English uses default Tailwind classes */