@font-face {
    font-family: 'Inter';
    src: url('fonts/InterVariable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter Italic';
    src: url('fonts/InterVariable-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Essential PragmataPro';
    src: url('fonts/EssentialPragmataPro.woff2') format('woff2');
}

@font-face {
    font-family: 'Essential PragmataPro Bold';
    src: url('fonts/EssentialPragmataProBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Core Display';
    src: url('fonts/CoreDisplay.woff2') format('woff2');
}

body {
    background: #12181e;
    color: #fff;
    font-family: "Essential PragmataPro", Inter, sans-serif;
    text-align: center;
}


h1 {
    color: #ff2928;
    text-transform: uppercase;
    letter-spacing: 5px;
}


.background-base{
    background-image: url('img/background.jpg');
    background-position: center;
    background-size: cover;
    position: fixed;
    opacity: 1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: -4;
}

.background-lighting{
    background: linear-gradient(#1f242b, #16191d) center;
    background-size: cover;
    position: fixed;
    opacity:0.97;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: -3;
}

.background-diodes{
    background-image: url('img/background-diodes.png');
    background-size: 12px;
    background-position: top left;
    opacity:0.015;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 999;
    pointer-events: none;
    user-select: none;
}

.border{
border-image: url("img/border.svg");
  border-image-width: 32px;
  border-image-slice: 64 64 64 64;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: -1;
}


.logo {
    width: 80%;
    max-width: 900px;
    user-select: none;
}

.intro{
    margin: 40px auto 0;
    width: 80%;
    max-width: 700px;
    line-height: 2;
    color: #a9afc6;
}

.intro b{
    color: #fff;
    font-weight: 500;
    //font-family: "Essential PragmataPro Bold", Inter, sans-serif;
}

.wrapper {
    position: fixed;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    bottom: 30px;
}

.buttons {
    margin-top: 50px;
    user-select: none;
}

a {
    text-decoration: none;
}

.button {
    font-family: "Core Display", "Inter", sans-serif;
    display: inline-block;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 10px;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid rgba(255, 255, 255, 0.03);
    border-radius: 5px;
    color: #ff2928;
    user-select: none;
    width: 160px;
}

.button.disabled {
    color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.button:hover {
    cursor: pointer;
    background: #ff2928;
    color: #12181e;
}

.button.disabled:hover {
    cursor: default;
    background: transparent;
    color: rgba(255, 255, 255, 0.2);
}

.footer {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    user-select: none;
    
}

.footer a img:hover{
    opacity: 0.75;
}

.footer img{
    max-height: 50px;
    padding-left: 14px;
    padding-right: 14px;
}

.footer-section {
    display: inline-block;
}

.logo-top {

}

::selection, ::-moz-selection {
    background: #ff2928;
    color: #12181e;
    text-shadow: none;
}

a::selection, a::-moz-selection{
text-decoration: none;
}


@media (max-width: 800px) {
    .footer{
        display: none;
    }
    .button{
        display:block;
        margin: 20px auto;
    }
}

@media (max-height: 800px) {
    .footer{
        display: none;
    }

    .wrapper {
        bottom: 0;
    }
}
