/* Font Awesome 6 shapes as local SVG sprite (same glyphs, no CDN webfont). */

.site-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.125em;
}

.card__icon .site-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.contact-methods .site-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-social .site-icon,
.social-rail__link .site-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.work-private-panel__icon .site-icon {
    width: 1.35rem;
    height: 1.35rem;
}
