@font-face {
    font-family: "Minecraft";
    src: url(../../assets/font/MinecraftRegular.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Lexend";
    src: url(../../assets/font/Lexend.ttf) format("truetype");
    font-display: swap;
}

* {
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    z-index: 5;
    font-family: "Minecraft", sans-serif;
}

p, span, a, li {
    position: relative;
    z-index: 5;
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

canvas {
    z-index: -1;
}