@import url(/css/nav.css);
@import url(/css/font.css);
@import url(/css/footer.css);

body {
    background: linear-gradient(#ffffff, #eeeeee 20%, #c5c5c5);
    padding-bottom: 12rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 1.7;
    color: #111;
    background-size: 100% 100%;
    background-attachment: fixed;
}

main {
    max-width: 820px;
    margin: auto;
    padding: 0 1.5rem;
}

article {
    padding-top: 4rem;
}

h1 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
    text-transform: lowercase;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-bottom: 2px solid #888;
    padding: 0.5rem 0;
    margin: 4rem 0 1.5rem;
    color: #555;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 1.5rem 0 0.25rem;
}

h4 {
    font-size: 0.85rem;
    font-weight: 400;
    margin: 0 0 0.5rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

p {
    margin: 0.75rem 0;
    font-size: 0.9rem;
    color: #333;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0.75rem 0 0.75rem 1.25rem;
    padding: 0;
}

li {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

strong {
    font-weight: 700;
    color: #111;
}

.subtitle {
    font-size: 1rem;
    color: #555;
    margin: 0 0 2rem;
    font-weight: 300;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.75rem 0;
    padding: 0;
    list-style: none;
}

.tag-list li {
    background: #111;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.6rem;
    border-radius: 2px;
    margin: 0;
}
