/* Minecraft Font Styles */
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

* {
    font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'VT323', monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.minecraft-title {
    font-family: 'VT323', monospace;
    letter-spacing: 2px;
}

.tool-card h3 {
    font-family: 'VT323', monospace;
    letter-spacing: 1px;
}

.coming-soon-badge {
    font-family: 'VT323', monospace;
}

code, pre, .code {
    font-family: 'Noto Sans Mono', monospace;
} 