/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}

a {
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.site-title {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
}

