@font-face {
    font-family: 'Proxima Nova';
    src: url("./ProximaNova-Regular.woff2") format('woff2'),
    url("./ProximaNova-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url("./ProximaNova-Bold.woff2") format('woff2'),
    url("./ProximaNova-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html { color: #222; font-size: 10px; }
button, input, select, textarea { color: #222; font-size: 1em; font-family: 'Proxima Nova', Arial, Helvetica, sans-serif; }
p { font-size: 13px; }

html, body {
    overflow: hidden;
    background-color: rgb(13, 13, 13);
    height: 100vh;
}

body {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#error-40x {
    position: relative;
    width: 100%;
    margin: 0 20px;
    min-width: 400px;
    max-width: 680px;
    border-radius: 4px;
    background-color: rgba(30, 32, 36, 1);
    text-align: center;
    padding: 30px 40px 40px;
    overflow: hidden;
}
#error-40x:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 50%;
    left: -140%;
    bottom: -100%;
    right: -10%;
    border-radius: 50%;
    opacity: 0.05;
    background: transparent 
    linear-gradient(180deg, 
        rgba(136, 165, 229, 1) 0%, 
        rgba(136, 165, 229, 0) 30%
        ) 0% 0% no-repeat padding-box;
}
#error-40x:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 40%;
    right: -100%;
    bottom: -100%;
    left: 0;
    border-radius: 50%;
    opacity: 0.05;
    background: transparent 
    linear-gradient(180deg, 
        rgba(136, 165, 229, 1) 0%, 
        rgba(136, 165, 229, 0) 40%
        ) 0% 0% no-repeat padding-box;
}

#error-40x h1 {
    margin: 40px auto 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
}

#error-40x p {
    margin: 4px auto;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: rgba(186, 186, 187, 1)
}
#error-40x p:first-of-type {
    margin-top: 30px;
}
#error-40x p:last-of-type {
    margin-bottom: 40px;
}

#error-40x svg {
    width: 22.0rem;
    margin: 3.0rem auto 1.0rem;
}

#error-40x a {
    display: inline-block;
    margin: 0;
    outline: none;
    color: rgb(242, 88, 44);
}
#error-40x span.inline-button {
    padding: 0 4px;
    display: inline-block;
    color: rgba(114, 133, 181, 1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.3px;
    border-radius: 4px;
    transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
}
#error-40x a:hover span.inline-button,
#error-40x a:focus span.inline-button {
    color: rgba(255, 255, 255, 1);
}
#error-40x a:focus-visible span.inline-button {
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8), 0 0 4px 3px #8da5e0;
}

#error-40x img {
  width: 22.0rem;
  margin: 3.0rem auto 1.0rem;
}
