a[href^="mailto"]::before {
    content: "📧 ";
}

a[href^="tel"]::before {
    content: "📞 ";
}

.h-adr::before {
    content: "🏠 ";
}

@font-face {
    font-family: '3270 Nerd Font';
    src: url('../font/3270NF.woff2') format('woff2'),
    url('../font/3270NF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}