/* Global Font Configuration for PhenLabs - Geist Mono */
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Apply Geist Mono font globally to all elements */
* {
    font-family: 'Geist Mono', 'Courier New', 'Monaco', 'Menlo', 'Consolas', 'Liberation Mono', monospace;
}

/* Ensure body inherits the font */
body {
    font-family: 'Geist Mono', 'Courier New', 'Monaco', 'Menlo', 'Consolas', 'Liberation Mono', monospace;
}

/* Override any existing font declarations */
html {
    font-family: 'Geist Mono', 'Courier New', 'Monaco', 'Menlo', 'Consolas', 'Liberation Mono', monospace;
}

/* Force Geist Mono on all text elements */
h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select, label, li, ul, ol, td, th, tr, table {
    font-family: 'Geist Mono', 'Courier New', 'Monaco', 'Menlo', 'Consolas', 'Liberation Mono', monospace !important;
}

/* Override Tailwind's default font stack */
.font-sans, .font-serif, .font-mono {
    font-family: 'Geist Mono', 'Courier New', 'Monaco', 'Menlo', 'Consolas', 'Liberation Mono', monospace !important;
}
