/*
Theme Name: BeOriginal
Author: Joffrey Berget
Description: Template du site BeOriginal
Version: 1.0
Text Domain: BeOriginal
*/

/* --- Collez ici le CSS de votre balise <style> --- */
body {
    background-color: #171717;
    color: #A3A3A3;
}

.nav-link-active {
    color: #34D399;
}

/* ===== STYLES DE TYPOGRAPHIE POUR LA CLASSE .prose ===== */
.prose h2 {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
    font-weight: 700;
    color: #F5F5F5; /* dark-heading */
    margin-top: 2.5em;
    margin-bottom: 1em;
}
/* ... et ainsi de suite pour tous vos styles .prose ... */
.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem; /* rounded-md */
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}