﻿
body {
    overflow: hidden;
    font-family: 'Doctor-Soos-Bold';
    height: 100vh;
    color: white;
}

html {
    height: -webkit-fill-available;
    height: 100vh;
}

@font-face {
    font-family: 'Doctor-Soos-Bold';
    src: url('/Fonts/Doctor Soos Bold 2.1.ttf') format('truetype');
}
@font-face {
    font-family: 'GingerFoxBold';
    src: url(' /Fonts/Ginger Fox Font-Bold.otf') format('opentype');
}