/* Global font setup */
body {
    font-family: 'Tajawal', 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}

/* Paragraphs */
p {
    font-family: 'Tajawal', 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
}

/* Buttons / Inputs / Forms */
button, input, select, textarea {
    font-family: 'Tajawal', 'Poppins', sans-serif;
    font-weight: 500;
}

/* Links */
a {
    font-family: 'Tajawal', 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #0072C6; /* Seha.sa style blue */
}

/* Optional: RTL Support for Arabic */
html[lang="ar"] {
    direction: rtl;
}
 .nav-button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: white;
  }

  .login-btn {
    background-color: #0056a6;
  
  }

  .create-btn {
   
    color: #0056a6;
  }
  .login-btn:hover {
   
  }

.link {
    color : #2168aa;
    font-weight: 700;
    font-size: 17px;
    
}
.nav-link :hover {
    color: aqua;

}