/* Grund */
body {
    margin: 0;
    background-color: #0E0E0E;
    color: #D1D1D1;
    font-family: Inter, sans-serif;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
}

/* Rubriker */
h1, h2 {
    font-family: "Libre Baskerville", serif;
    color: #9A9CA1;
    text-transform: uppercase;
    font-weight: 700;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 30px;
    margin-top: 60px;
}

/* Färgpalett */
.colors {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.color-box {
    text-align: center;
}

.color-dot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.dark {
    background-color: #0E0E0E;
    border: 1px solid #555;
}

.mid {
    background-color: #9A9CA1;
}

.light {
    background-color: #D1D1D1;
}

/* Teckensnitt */
.font-block {
    margin-top: 30px;
}

.font-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.font-sample {
    font-size: 18px;
}

/* Stilblock */
.style-block {
    margin-top: 40px;
}

.style-block ul {
    margin: 10px 0 15px 20px;
}

/* Exempel */
.logo-example {
    font-family: "Libre Baskerville", serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9A9CA1;
}

.example-h1 {
    font-size: 42px;
}

.example-h2 {
    font-size: 30px;
}

.ingress {
    font-size: 22px;
    font-family: Inter, sans-serif;
}

.body-text {
    font-size: 17px;
    line-height: 1.6;
    font-family: Inter, sans-serif;
}

.caption {
    font-size: 13px;
    font-family: "Libre Baskerville", serif;
}

/* Fontklasser */
.baskerville {
    font-family: "Libre Baskerville", serif;
}

.inter {
    font-family: Inter, sans-serif;
}

.source {
    font-family: "Source Serif 4", serif;
}
