/* Always add font-display: swap; */
/*
@font-face {
    font-family: 'GetVoIPGrotesque';
    src:url('/fonts/GetVoIPGrotesque.ttf.woff') format('woff'),
    url('/fonts/GetVoIPGrotesque.ttf.svg#GetVoIPGrotesque') format('svg'),
    url('/fonts/GetVoIPGrotesque.ttf.eot'),
    url('/fonts/GetVoIPGrotesque.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-display: swap;
    font-family: 'GetVoIP Grotesque Regular';
    font-style: normal;
    font-weight: normal;
    src: local('GetVoIP Grotesque Regular'), url('/fonts/GetVoIPGrotesque.woff2') format('woff2');
}