@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "STIX Two Text", serif;
    font-optical-sizing: auto;
    line-height: 1.5;
    font-weight: 200;
}

html,
body {
    height: 100%;
    min-height: 100vh;
}

body {
    background-image: url("assets/background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: #57F;
}

a:visited {
    color: #FAF;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #131214;
}

footer {
    height: 64px;
}

h1 {
    margin-top: 3.48rem;
    font-size: 3.48rem;
    font-weight: 400;
    color: #CCC;
}

h2 {
    margin-top: 2.15rem;
    font-size: 2.15rem;
    font-weight: 400;
    color: #CCC;
}

h3 {
    margin-top: 1.83rem;
    font-size: 1.83rem;
    font-weight: 400;
    color: #CCC;
}

li {
    position: relative;
    color: #CCC;
}

li::before {
    content: "–";
    position: absolute;
    left: -1rem;
}

p,
ul,
ol {
    font-size: 1.33rem;
    margin-top: 1.33rem;
    color: #B7B7B5;
}

ul {
    list-style-type: none;
    padding-left: 1rem;
}

.active {
    color: #999;
}

.app-preview-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 32px;
}

.app-preview {
    border-radius: 32px;
    overflow: hidden;
    flex: 1;
}

.app-preview img {
    display: block;
    width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.dropcap::first-letter {
    float: left;
    font-size: 4.9rem;
    line-height: 0.78;
    margin-right: 0.1rem;
    margin-top: 0.18rem;
    margin-bottom: -0.02rem;
    font-weight: 600;
}

.header-icon {
    width: calc(100% * 0.1);
    display: block;
    margin: 64px auto 16px auto;
    min-width: 56px;
}

.header-logo {
    width: calc(100% * 0.4);
    display: block;
    margin: 96px auto -16px auto;
    min-width: 200px;
}

.leader {
    font-size: 1.25rem;
    font-weight: 400;
    color: #777;
    line-height: 1.1;
    margin-bottom: 64px;
}

.site-layout {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px;
}

.site-nav {
    margin-top: 16px;
}

.site-nav a,
.site-nav span {
    margin: 8px 16px 8px 0;
}

.shops {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
}

.shops a>* {
    height: 48px;
    width: auto;
}