@font-face {
    font-family: 'MindBreaking';
    src: url('/fonts/MindBreaking.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'MindBreaking', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
    font-family: 'MindBreaking', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Force consistent bold rendering */
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
