@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*
 * English Stylesheet for AyaKids
 * Version: v4
 *
 * Add your English-specific fonts and styling here.
 */

/* Example: Changing the default font for English */
body {
    font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    direction: ltr;
    text-align: left;
}

/* Adjustments for right-to-left layout converted to left-to-right */
.ms-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.me-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.navbar-nav{
    gap: 5px;
}
/* You can add more LTR specific fixes below */
