/* Global Font Configuration - WBILL System */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html, body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Ensure code blocks and monospace areas keep their fonts */
code, pre, .code-block, [style*="font-family: monospace"], [style*="font-family: 'Courier New'"] {
    font-family: 'Courier New', Consolas, 'Monaco', monospace;
}

/* Weights for different headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
}

h1 { font-weight: 700; font-size: 2.5rem; }
h2 { font-weight: 700; font-size: 2rem; }
h3 { font-weight: 600; font-size: 1.5rem; }
h4 { font-weight: 600; font-size: 1.25rem; }
h5 { font-weight: 600; font-size: 1.1rem; }
h6 { font-weight: 600; font-size: 1rem; }

/* Form elements */
input, select, textarea, button, label {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Tables */
table, td, th {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
