/*
 * Font Awesome Free 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free
 * Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License
 * Copyright 2026 Fonticons, Inc.
 *
 * Scoped Solid phone icon to avoid overriding the existing Font Awesome 5
 * icon set used by the rest of the TechGlobal interface.
 */
@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.tg-fa7-phone.fa-solid.fa-phone {
    display: inline-block;
    width: 1.25em;
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tg-fa7-phone.fa-solid.fa-phone::before {
    content: "\f095";
}
