@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;
    letter-spacing: 0.02rem;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    height: 64px;
}

h1 {
    margin-top: 3.725rem;
    font-size: 3.725rem;
    font-weight: 400;
}

h2 {
    margin-top: 2.022rem;
    font-size: 2.022rem;
    font-weight: 400;
}

h3 {
    margin-top: 1.728rem;
    font-size: 1.728rem;
    font-weight: 400;
}

li {
    list-style-type: none;
}

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

.active {
    color: #999;
}

.dropcap::first-letter {
    float: left;
    font-size: 4.6rem;
    line-height: 0.78;
    margin-right: 0.1rem;
    margin-top: 0.15rem;
    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 48px auto;
    min-width: 180px;
}

.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;
}

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