﻿
/*@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}*/
@font-face {
    font-family: 'Interstate-Regular';
    src: url('../fonts/Interstate-Regular.otf') format('opentype');
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: white;
    font-family: Interstate-Regular;

}

html {
    height: -webkit-fill-available;
}

.main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.visibilityShow {
    visibility: visible;
}

.visibilityHide {
    visibility: hidden;
}