body{
    font-family:"Tajawal",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background-color:#f5f5f5;
}
.hero-header{
    background:linear-gradient(135deg,#4b6cb7,#182848);
    color:#fff;
    padding:3rem 1rem;
    text-align:center;
}
.hero-header h1{
    font-weight:700;
}
