Skip to content
/* === Base Body Text === */
body {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.6;
color: #fefefe; /* Clean white for dark mode */
background-color: #000000;
}/* === Headings === */
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
line-height: 1.3;
margin-top: 1.5em;
margin-bottom: 0.5em;
color: #4269e2;
}h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font