/* Root Variables */
:root {
    --primary: #a5b4fc;
}

/* Body Styles */
body {
    font-family: 'Figtree', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* Link Styles */
a {
    color: #111827 !important;
}

/* Reset Gradients */
.bg-gradient-primary,
.bg-gradient-info,
.bg-gradient-default,
.bg-gradient-success {
    background: none !important;
    background-color: transparent !important;
}

/* Text Color */
.text-white {
    color: #111827 !important;
}