The Consent of the Governed | Tenets of Power
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Cinzel+Decorative:wght@700&family=Raleway:ital,wght@0,400;0,500;0,600;1,400&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: #080604;
color: #e2d6b8;
font-family: 'Raleway', sans-serif;
font-size: 16px;
line-height: 1.85;
padding: 80px 24px 120px;
}
.essay-wrap {
max-width: 720px;
margin: 0 auto;
}
.essay-eyebrow {
font-family: 'Cinzel', serif;
font-size: 9px;
letter-spacing: 0.4em;
text-transform: uppercase;
color: rgba(212,170,85,0.45);
margin-bottom: 24px;
text-align: center;
}
.essay-title {
font-family: 'Cinzel Decorative', cursive;
font-size: clamp(26px, 5vw, 44px);
font-weight: 700;
color: #d4aa55;
line-height: 1.15;
text-align: center;
margin-bottom: 16px;
}
.essay-subtitle {
font-size: 15px;
color: #9a8e72;
font-style:
italic;
text-align: center;
margin-bottom: 48px;
}
.essay-divider {
width: 48px;
height: 1px;
background: #d4aa55;
box-shadow: 0 0 12px rgba(212,170,85,0.4);
margin: 48px auto;
}
.essay-disclaimer {
border: 1px solid rgba(212,170,85,0.15);
background: rgba(212,170,85,0.04);
padding: 16px 24px;