
/* Khater Brand Theme */

/* Fonts */
body, button, input, textarea {
    font-family: 'Poppins', 'Cairo', Arial, sans-serif;
    background-color: #000000;
    color: #FFFFFF;
}

/* Links */
a {
    color: #6EC6FF;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

/* Primary Buttons */
button, .btn, .primary-button {
    background-color: #6EC6FF;
    color: #000000;
    border-radius: 6px;
    padding: 10px 18px;
    border: none;
    font-weight: 600;
}

/* Product Cards */
.product-card {
    background-color: #111111;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

/* Header */
header, .navbar {
    background-color: #000000;
    border-bottom: 1px solid #111111;
}

/* Footer */
footer {
    background-color: #000000;
    color: white;
}

/* Price Text */
.price {
    color: #6EC6FF;
    font-weight: bold;
}

/* CTA Buttons */
.cta {
    background-color: #6EC6FF;
    color: #000000;
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}
