@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist[ital,wght].woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* --- Czcionka minecraftowa --- */
@font-face {
    font-family: 'Minecraft';
    src: url('fonts/MinecraftFiftySolid.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Urbanist', sans-serif;
}

h1, h2, h3 {
    font-family: 'Minecraft', monospace;
    letter-spacing: 0.5px;
}