/* 1. Inter (Best Overall) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* 2. Roboto Mono (For Numbers/Prices) */

/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;600&display=swap');

body {
    font-family: 'Roboto Mono', monospace;
    font-weight: 500;
} */

/* 3. Open Sans (Clean & Professional) */

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
} */
/* 4. System Font Stack (Fastest Loading) */

/* body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
} */