body {
    font-family: 'Lato', sans-serif;
    background-color: #F8F9FA;
}

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

.hero-section {
    background: linear-gradient(135deg, #3E6AE1 0%, #27408B 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 3.5rem;
}

.hero-section p {
    font-size: 1.25rem;
    font-weight: 300;
}

.custom-btn {
    background-color: #FF7F50;
    border-color: #FF7F50;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #E66A4F;
    border-color: #E66A4F;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-control-lg {
    border-radius: 0.5rem;
    padding: 1rem;
}

.card {
    border-radius: 1rem;
}
