 /*
 Theme Name: Bine
 Theme URI: https://bine-code.com
 Author: Bine
 Author URI: https://bine-code.com
 Description: Ultra-minimal, developer-first WordPress theme. No styles, no scripts, no interference.
 Version: 1.0.0
 License: GPL v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: bine
 */

 /* Intentionally empty.
    Build everything yourself. */
/* ==========================================================================
   Bine typography lock
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=JetBrains+Mono&display=swap');

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.mono {
    font-family: 'JetBrains Mono', monospace !important;
}
