
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Noto+Sans+SC:wght@400;500;700&display=swap');

body {
    font-family: 'Inter', 'Noto Sans SC', sans-serif;
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 1rem;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
