:root {
    --background: #111827;
    --foreground: #e5e7eb;
    --card: #1f2937;
    --primary: #06398c;
    --primary-foreground: #f9fafb;
    --secondary: #374151;
    --secondary-foreground: #e5e7eb;
    --muted: #374151;
    --muted-foreground: #9ca3af;
    --accent: #3b82f6;
    --accent-foreground: #f9fafb;
    --destructive: #ef4444;
    --destructive-foreground: #748ba1;
    --border: #374151;
    --input: #374151;
    --ring: #3b82f6;
    --radius: 0.5rem;
    --gold-primary: #1c4586;
    --gold-secondary: #224f97;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: var(--background);
    color: var(--foreground);
    margin: 0;
    overflow-x: hidden;
}

body[dir="rtl"] {
    font-family: 'Almarai', sans-serif;
}

.hidden {
    display: none !important;
}
