/* ── Kenny custom fonts ─────────────────────────────────────────
   Roboto → --font-heading (headings, bold)
   Minecraft Rus → buttons (medium weight)
   ─────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'MinecraftFont';
  src: url('assets/minecraft.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-pixel: 'MinecraftFont', 'Pixelify Sans', monospace;
  --font-heading: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700 !important; }
button, .kenny-btn { font-family: 'MinecraftFont', 'Pixelify Sans', monospace !important; font-weight: 500 !important; }
a[href] { font-weight: inherit; }
