:root {
    color-scheme: dark;
}

body {
    min-height: 100vh;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    background-color: #050505;
    color: #f5f5f5;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

a {
    text-decoration: none;
}

.app-shell {
    min-height: 100vh;
    padding-top: 96px;
}

.language-toggle a[aria-current="true"] {
    cursor: default;
}

[dir="rtl"] .text-left,
[dir="rtl"] .md\:text-left,
[dir="rtl"] .lg\:text-left {
    text-align: right !important;
}

[dir="rtl"] .text-right,
[dir="rtl"] .md\:text-right,
[dir="rtl"] .lg\:text-right {
    text-align: left !important;
}
