@font-face {
    font-family: "Diatype Pre Regular";
    src: url('/fonts/DiatypePre-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves loading performance */
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Diatype Pre Regular", sans-serif;
    font-size: 12px;
    line-height: 14.5px;
    overflow: hidden;
    height: 100vh;
    height: -webkit-fill-available;
    min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    min-height: -webkit-fill-available;
}

a {
    color: black;
    text-decoration: none;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 1;
}

#dropdownContainer {
    position: absolute;
    top: 0;
    margin: 18px;
    z-index: 99;
    /*mix-blend-mode: difference;*/
    color: black;
}

#name {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#dropdown {
    flex-direction: column;
}

br {
    line-height: 18.4px;
}

.hide {
    display: none;
}

.show {
    display: flex;
}

span {
    text-decoration: none;
}

.noclick {
    pointer-events: none;
}
