@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;600;700&display=swap');
@font-face {
    font-family: 'Byz';
    src: url('/assets/fonts/byz.ttf')  format('truetype');
}
@font-face {
    font-family: 'PTRoot';
    font-weight: normal;
    src: url('/assets/fonts/ptroot/pt-root-ui-regular.woff') format('woff'),
         url('/assets/fonts/ptroot/pt-root-ui-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'PTRoot';
    font-weight: bold;
    src: url('/assets/fonts/ptroot/pt-root-ui-bold.woff') format('woff'),
         url('/assets/fonts/ptroot/pt-root-ui-bold.woff2')  format('woff2');
}
@font-face {
    font-family: 'DejaVu Serif';
    font-weight: normal;
    src: url('/assets/fonts/DejaVuSerif/DejaVuSerif.woff') format('woff'),
         url('/assets/fonts/DejaVuSerif/DejaVuSerif.woff2') format('woff2');
}
body {
    margin: 0;
    font-family: "PTRoot", "Open Sans", sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    background-color: #18414d;
}
h1, h2, h3, h4, h5 { color: #ffffff;
    font-family: 'DejaVu Serif', serif }
h2, h3, h4, h5 { font-weight: 500; }
article { margin-bottom: 30px; }


main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.splash {
    width: 250px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.splash h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}
.slogan {
    font-size: 15px;
    width: 230px;
    font-family: "DejaVu Serif", serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.5;
    text-align: center;
    margin: 10px 0;
}
span.beta {
    font-family: "PTRoot", "Open Sans", sans-serif;
    font-size: 11px;
    opacity: 0.2;
    cursor: default;
    color: #ffffff;
    text-transform: lowercase;
    position: absolute;
}

