@font-face {
    font-family: Bangers;
    font-weight: 400;
    src: url('/themes/starhack-2026/static/webfonts/Bangers-Regular.ttf');
}

.sh-page {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 4rem auto;
    text-align: justify;
    font-size: 1.05rem;
    line-height: 2rem;
}

.sh-page h1,
.sh-page h2,
.sh-page h3 {
    font-family: Bangers, cursive;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000;
    text-align: left;
}

[data-bs-theme="light"] .sh-page h1,
[data-bs-theme="light"] .sh-page h2,
[data-bs-theme="light"] .sh-page h3 {
    text-shadow: 2px 2px #cbcbcb;
}

.sh-page h1 {
    margin-bottom: 2rem;
}

.sh-page h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.sh-page h3 {
    margin-top: 2rem;
}

.sh-page p,
.sh-page li {
    margin-bottom: 0.8rem;
}

.sh-page ul,
.sh-page ol {
    margin-bottom: 1.5rem;
}

/* Sommaire : une liste de liens, plus resserrée que le corps du texte */
.sh-page h2 + ul {
    line-height: 1.6rem;
}

.sh-page h2 + ul li {
    margin-bottom: 0.3rem;
}

.sh-page hr {
    margin: 2.5rem 0;
    opacity: 0.25;
}
