body {
    font-family: 'Montserrat', sans-serif;
    color: #313131;   /* Standard tekstfarve */
    line-height: 1.5; /* Basis line-height for hele siden */
}
/* Overskrifter */
.page-content h1 {
    color: #d20857;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}

.page-content h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.24;
    margin-bottom: 20px;
}

.page-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

/* Brødtekst */
.page-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Breadcrumb */
.page-content .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 16px;
}
.page-content .breadcrumb li {
    font-size: 16px;
}
.page-content .breadcrumb a {
    color: #0d6efd;
    text-decoration: underline;
}

/* Lister */
.page-content ul,
.page-content ol {
    padding-left: 1.5rem;
    margin-bottom: 20px;
}

.page-content li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Grid view */
.page-content h3.grid-headline {
    font-size: 1.1rem;
    color: #212124;
    font-weight: 700;
    margin-bottom: 8px;
}

.page-content p.grid-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.4;
}

.page-content a.grid-cta {
    font-weight: 600;
    font-size: 0.95rem;
    color: #962188;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-content a.grid-cta:hover {
    color: #b23fa0;
}