.contacts-card{background:#fff;border-radius:.75rem;padding:2rem;border:1px solid #e3e3e0;max-width:36rem}.contacts-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1b1b18}.contacts-lead{font-size:.9375rem;color:#706f6c;margin-bottom:1.25rem}.contacts-email{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1rem;background:#f3f3f1;color:#1b1b18;border:1px solid #e3e3e0;border-radius:.5rem;text-decoration:none;font-size:.9375rem;font-weight:500;transition:background-color .15s,border-color .15s}.contacts-email:hover{background:#e9e9e6;border-color:#1b1b18}.contacts-email svg{width:1.125rem;height:1.125rem;color:#706f6c}.contacts-email:hover svg{color:#1b1b18}html[data-theme=dark] .contacts-card{background:#161615;border-color:#3e3e3a}html[data-theme=dark] .contacts-title{color:#ededec}html[data-theme=dark] .contacts-lead{color:#a1a09a}html[data-theme=dark] .contacts-email{background:#1f1f1d;color:#ededec;border-color:#3e3e3a}html[data-theme=dark] .contacts-email:hover{background:#2a2a27;border-color:#ededec}html[data-theme=dark] .contacts-email svg{color:#a1a09a}html[data-theme=dark] .contacts-email:hover svg{color:#ededec}
