/* Add custom CSS styles below */ 

.sub-menu > ul > li > a {
    padding: 0.5rem;
}

.flex.items-center.justify-end.logo-area__right.flex-1 {
    gap: 10px;
}

.header-btn span {
    font-size:12px;
}

.store-footer {
    margin-top: 0 !important;
}
/* 1. Import Nunito Sans font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap');

/* 2. Apply the font only when direction is LTR */
[dir="ltr"] body,
[dir="ltr"] p,
[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6,
[dir="ltr"] a,
[dir="ltr"] span,
[dir="ltr"] div,
[dir="ltr"] input,
[dir="ltr"] button,
[dir="ltr"] textarea {
  font-family: 'Nunito Sans', sans-serif;
}