@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");a{color:var(--link);transition:color 0.15s ease}a:hover{color:var(--link-hover)}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:40px;color:var(--footer-text);background:var(--footer-bg);text-align:center;border-top:1px solid var(--border-subtle)}footer *{font-family:"Poppins",sans-serif}footer .footer_row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;line-height:1.8}footer .footer_row .link{margin:0;transition:opacity 0.15s ease}footer .footer_row:hover .link{opacity:0.25}footer .footer_row .link:hover{opacity:1}footer .footer_row .fa-github{font-size:1.6em}footer .footer_avatar{display:inline-flex;align-items:center}footer .footer_avatar img{width:30px;height:30px;border-radius:50%;object-fit:cover;transition:transform 0.15s ease}footer .footer_avatar:hover img{transform:scale(1.1)}footer a{color:currentColor}
