body {
    font-family: 'Inter', sans-serif;
    background-color: #0f0f0f;
    color: #f5f5f5;
    margin: 0;
}

header, footer {
    padding: 24px 80px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

nav a {
    margin-left: 20px;
    color: #ccc;
    text-decoration: none;
}

nav a:hover {
    color: white;
}

section {
    padding: 80px;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

input, select, textarea, button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: #161616;
    border: 1px solid #333;
    color: white;
}

button {
    cursor: pointer;
    border: 1px solid white;
}

button:hover {
    background: white;
    color: black;
}
