/* Custom CSS styles can be added here */
body {
    font-family: 'Inter', sans-serif;
}

.calculator-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
