body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, .nav-link, .btn {
    font-family: 'Playfair Display', serif;
}

header h1 {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.nav-link {
    color: #343a40;
    font-weight: 400;
}

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

.card {
    border: 1px solid #dee2e6;
    border-radius: 0;
}

.card-title {
    font-weight: 700;
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-dark:hover {
    background-color: #000;
    border-color: #000;
}

.form-control, .form-select {
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

#wardrobe-grid .card {
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

#wardrobe-grid .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.nav-tabs .nav-link {
    border-radius: 0;
    border-color: #dee2e6;
    color: #6c757d;
}

.nav-tabs .nav-link.active {
    font-weight: 700;
    color: #000;
    border-color: #dee2e6 #dee2e6 #fff;
}