:root {

    /* اللون الأساسي */
    --primary: #9B5CFF;

    /* نص اللون الأساسي */
    --primary-foreground: #FFFFFF;

    /* لون السطح */
    --card: #220d4e;

    /* لون التمييز */
    --accent: #C8A7FF;

    /* خلفية الصفحة */
    --background: #220d4e;

    /* لون النص */
    --foreground: #FFFFFF;

    /* لون النص الثانوي */
    --muted-foreground: #F3EEFF;

    /* لون الحدود */
    --border: #5B2DA3;

    /* لون حدود الإدخال */
    --input: #2C1361;

    /* لون حلقة التركيز */
    --ring: #A970FF;

}


footer#footer {
    text-align: center;
}

[role="list"] * {
    justify-content: center;
}

:where(.space-y-4>:not(:last-child)) {
    margin: auto;
}

.prose {
    color: oklch(1 0 0);
    max-width: 65ch;
}

.text-muted {
    color: #ffffff;
}

@media (max-width: 768px) {
.section-hero {
    min-height: 160px !important;
}
}