/* ===================================================
   Theme: Global (English/LTR) - For Admin Pages
   Brand colors, fonts, and styling for international deployment
   =================================================== */

:root {
    --theme-primary: #6259ca;
    --theme-primary-light: #8b85d9;
    --theme-primary-dark: #4a44a0;
    --theme-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --theme-direction: ltr;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    direction: ltr;
}

/* Standard number display */
.western-digits {
    font-feature-settings: "tnum";
}

/* Gregorian date picker styling */
.gregorian-datepicker {
    font-family: 'Inter', sans-serif;
    direction: ltr;
}
