/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family:'FontAwesome';
    src:url('https://drjuanitapappalardo.com.au/wp-content/themes/generatepress_child/fonts/fontawesome-webfont.woff2');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-phone:before{
    content:"\f095"
}