@font-face {
    font-family: 'Glacial Indifference';
    src: url("fonts/glacial-indifference/GlacialIndifference-Regular.otf") format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: 'Glacial Indifference';
    src: url("fonts/glacial-indifference/GlacialIndifference-Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: 'Glacial Indifference';
    src: url("fonts/glacial-indifference/GlacialIndifference-Italic.otf") format("opentype");
    font-style: italic;
}
@media only screen and (min-width: 992px) {
    .info-container {
        margin-top: calc(50vh - 220px);
    }
    .logo {
        width: 185px;
    }
}
@media only screen and (max-width: 991px) {
    .info-container {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .background-image {
        max-height: calc(100svh - 290px);
    }
    .logo {
        width: 140px;
    }
}
.background-image {
    background-image: url('images/img-backgound.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.btn-gmail {
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 0;
    padding: 0.7rem 1.6rem;
}
.btn-gmail:hover {
    background-color: black;
    color: white;
}
.footer-text {
    margin-top: calc(50vh - 240px);
}
.font-glacial-indifference {
    font-family: 'Glacial Indifference', serif;
}
.dm-serif-display {
    font-family: "DM Serif Display", serif;
}
body {
    font-family: 'Glacial Indifference', serif;
}
.overlay-text {
    margin-left: calc(50vw - 112px);
    top: -110px;
}
