﻿
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'IndustryTG-Medium';
    src: url('../fonts/IndustryTG-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'DMMono-Regular';
    src: url('../fonts/DMMono-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'GingerFoxFont-Regular';
    src: url('../fonts/Ginger Fox Font-Regular.otf') format('opentype');
}
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: #262a30;
    font-family: IndustryTG-Medium;
}

html {
    height: -webkit-fill-available;
}

.main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
