@font-face {
    font-family: 'Gotham Pro Regular';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #FFF;
    background-size: cover;
    width: 100%;

    margin: 0;
    object-fit: cover;

    display: grid;
    grid-template-rows: 1fr auto;
    /*background: rgb(3,0,30);*/
    /*background: linear-gradient(-135deg, rgba(3,0,30,1) 0%, rgba(115,3,192,1) 33%, rgba(236,56,188,1) 66%, rgba(253,239,249,1) 100%);*/
    /*background: linear-gradient(-45deg, #ffffff, #e73c7e, #23a6d5, #23d5ab);*/
    /*background-size: 400% 400%;*/
    /*animation: gradient 15s ease infinite;*/
}

.privacy {
    font-family: "IBM Plex Sans";
}