@font-face {
    font-family: 'MinecraftTen';
    src: url('../assets/fonts/MinecraftTen.woff2') format('woff2'),
        url('../assets/fonts/MinecraftTen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gastroe Demo';
    src: url('../assets/fonts/Gastroe-Demo.woff2') format('woff2'),
        url('../assets/fonts/Gastroe-Demo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    background:url(/assets/images/newbanner.png) 0 0 / cover fixed;
}

.minecraft-ten {
    font-family: 'MinecraftTen', sans-serif;
}
.minecraft-font {
    font-family: 'Minecraft', monospace;
}
.heading-font {
    font-family: 'Gastroe Demo';
    font-weight: normal;
    font-style: normal;
}
.para{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a.link:hover{
    color: orange;
}