@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    font-family: 'Inter', sans-serif;
}

#cashFlowChart {
    max-height: 300px;
}

@media (max-width: 768px) {
    #cashFlowForm .flex {
        flex-direction: column;
        gap: 1rem;
    }

    #cashFlowChart {
        max-height: 200px;
    }

    #analysis {
        font-size: 0.9rem;
    }
}