:root { --font-family: 'Iosevka SS05'; --font-size: 1.06em; } body { font-family: var(--font-family); line-height: 1.3rem; font-size: var(--font-size); } .container { max-width: 860px; margin: 0 auto; } footer { border-top: 1px solid #999; } section { border-bottom: 1px solid #ffffff; } .text-center { text-align: center; } .fw-bold { font-weight: bold; }