
@font-face {
    font-family: 'FreeSans';
    src: url('media/FreeSansBold.woff') format('woff'),
         url('media/FreeSansBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: 18pt;
    background: #200020;
    color: #ffffff;
    margin: 0;
    padding: 0;
    min-width: 750px;
}

.appfont {
    font-family: 'FreeSans', Arial, sans-serif;
    font-weight: 700;
}

.center {
    text-align: center;
}

p {
    margin: 12px 0;
    padding: 0 24px;
}

#top-bar {
    background: #101010;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1vw;
    padding: 0.5vw;
    padding-right: 1vw;
}

#top-bar-left {
    text-align: left;
}

#top-bar-right {
    background: #505050;
    cursor: default;
    width: 10vw;
    padding: 0.25vw;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#top-bar-top-left {
    font-size: 125%;
}

#top-bar-bottom-left {
    font-size: 75%;
}

#demo-video-section {
    position: relative;
}

#demo-video {
    display: block;
}

#demo-video-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    background: linear-gradient(
        to bottom,
        rgba(32, 0, 32, 0) 0%,
        #200020 100%
    );
}

h1 {
    display: block;
    position: relative;
    text-align: center;
    font-size: 72pt;
    margin: 24px 0;
    padding: 0;
}

h1.below-video {
    line-height: 1;
    font-size: 96pt;
    margin-top: -2vw;
    padding-top: 16px;
}

h1.low {
    margin-top: 16vh;
}

h1 a {
    text-decoration: none;
    color: #ffffff;
}

.beta-marker {
    position: absolute;
    font-size: 25%;
    text-transform: uppercase;
}

#brief {
    text-align: center;
    font-size: 24pt;
    font-style: italic;
    color: #d0d0d0;
}

#button-rows {
    margin: 48px 0;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin: 18px 0;
}

.link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 0px;
    width: 320px;
    padding: 0 4px;
    padding-left: 16px;
    background: #800030;
    font-size: 16pt;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.link-button .icon {
    display: flex; 
    align-items: center; 
}

.link-button .label {
    flex: 1;
    text-align: center;
    align-items: center; 
    margin: 9px;
    margin-bottom: 11px;
    margin-left: 0;
}

.link-button.coffee .label {
    margin-left: -8px;
}

.link-button .svg {
    width: 32px;
    height: 32px;
}

p.lower {
    font-size: 87.5%;
    margin: 24px auto;
    max-width: 700px;
}

#footnote {
    color: #a0a0a0;
    max-width: 700px;
    font-size: 75%;
}

#footer {
    color: #a0a0a0;
    margin-top: 32px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
}

#footer a {
    color: #d0d0d0;
}
