24 lines
462 B
CSS
24 lines
462 B
CSS
@import "tailwindcss";
|
|
|
|
/* Typographie monospace - labels editoriaux (V1.1-G.1) */
|
|
.font-mono-editorial,
|
|
.hashtag-label,
|
|
.nature-badge,
|
|
.carte-o-label {
|
|
font-family: 'Courier New', Courier, monospace;
|
|
}
|
|
|
|
/* Corps de texte pages statiques (V1.1-G.2) */
|
|
.prose-page {
|
|
font-size: 1.0625rem;
|
|
line-height: 1.75;
|
|
color: #374151;
|
|
max-width: 65ch;
|
|
}
|
|
.prose-page h1, .prose-page h2, .prose-page h3 {
|
|
color: #111827;
|
|
font-weight: 600;
|
|
line-height: 1.3;
|
|
}
|
|
|