@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500;600;700;800;900&display=swap");
:root { font-family: Nunito, Arial, sans-serif; color: #232629; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; }
header, main, footer { width: min(100% - 40px, 760px); margin-inline: auto; }
header { padding-block: 28px; border-bottom: 1px solid #ece7e4; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
nav .brand { margin-right: auto; font-weight: 900; text-decoration: none; }
a { color: #b72e20; text-underline-offset: 3px; }
a:hover { color: #7b1e14; }
a:focus-visible { outline: 3px solid #096cc4; outline-offset: 5px; border-radius: 2px; }
main { padding-block: 42px 56px; font-size: 17px; line-height: 1.75; overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(34px, 6vw, 52px); line-height: 1.12; letter-spacing: -.035em; font-weight: 900; }
h2 { margin: 32px 0 8px; font-size: 23px; line-height: 1.3; font-weight: 900; }
p, ul { margin: 12px 0; }
li { margin-block: 8px; }
.date { color: #666; font-size: 14px; }
.intro { padding: 18px 22px; margin-block: 26px; background: #fff2ed; border-left: 4px solid #ff6045; border-radius: 0 12px 12px 0; }
footer { border-top: 1px solid #ece7e4; padding-block: 24px 36px; color: #666; font-size: 14px; }
@media (max-width: 420px) { header, main, footer { width: calc(100% - 32px); } main { padding-top: 30px; } nav { gap: 10px 18px; } nav .brand { flex-basis: 100%; } }
