body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Quicksand', sans-serif;
}

.navbar-brand {
    color: #000 !important;
}

.nav-link {
    font-weight: 500;
    color: #555 !important;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #000 !important;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.btn-outline-dark {
    border-width: 1.5px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-color: #333;
    color: #333;
}

.btn-outline-dark:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

header {
    border-bottom: 1px solid #eee;
}

header img {
    transition: transform 0.3s ease;
}

header img:hover {
    transform: scale(1.02);
}

footer a:hover {
    color: #000 !important;
}
