﻿.body {
    /* min-height: 100vh;*/
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    background-color: #E63626;
     
    font-family: DINNextLTPro-Regular;
    color:white;
}


html {
    height: -webkit-fill-available;
}




@font-face {
    font-family: 'GingerFoxFont-Regular';
    src: url('../fonts/Ginger Fox Font-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirNextCondensed-Bold';
    src: url('../fonts/AvenirNextCondensed-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
   
}