@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;700&display=swap');
:root {
    --college-accent:        #d4a820;
    --primary-color:         #f5c842;
    --primary-dark:          #b8900f;
    --accent-rgb:            212,168,32;
    --primary-rgb:           245,200,66;
    --body-bg-rgb:           7,5,0;
    --body-bg:               #070500;
    --college-accent-light:  rgba(212,168,32,0.15);
    --college-accent-border: rgba(212,168,32,0.35);
    --bg-gradient:           linear-gradient(-45deg,#0e0b00,#1c1500,#070500,#181200);
    --card-bg:               rgba(14,11,0,0.65);
}
body { background-color: #070500; }
.navbar         { background: rgba(7,5,0,.85); }
.glass-footer   { background: rgba(7,5,0,.9);  }
.nav-menu       { background: rgba(7,5,0,.97); }
body.light-mode {
    --bg-gradient: linear-gradient(-45deg,#fef9c3,#fef08a,#fffde7,#fffbcc);
    background-color: #fdfadc;
}
:root { --font-primary: 'Noto Kufi Arabic', sans-serif; }
body { font-family: var(--font-primary) !important; }
