@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--main-color: #f5f2ed;--text-color: #1a1a1a;--accent-color: #8b2635;--screen-width: 1200px}*{font-family:Inter,system-ui,sans-serif;color:var(--text-color)}body{background-color:var(--main-color);font-weight:400;line-height:1.5}.site-header{background-color:var(--main-color);padding:1rem 0}.header-content{max-width:var(--screen-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-bottom:1px solid var(--text-color)}.name{margin:0;font-size:1.5rem;font-weight:600}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--accent-color)}.main-content{max-width:var(--screen-width);margin:0 auto}.about-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}@media (max-width: 600px){.header-content{flex-direction:column;text-align:center}.nav-links{flex-wrap:wrap;justify-content:center}}
