/* System font stack */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
         Roboto, "Helvetica Neue", Arial, sans-serif;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
         system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
         Roboto, "Helvetica Neue", Arial, sans-serif;
} 

@font-face {
    font-family: 'GetVoIP Grotesque';
    src: url('../fonts/getvoip/GetVoIPGrotesque-Regular.woff2') format('woff2'),
         url('../fonts/getvoip/GetVoIPGrotesque-Regular.woff') format('woff'),
         url('../fonts/getvoip/GetVoIPGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GetVoIP Grotesque';
    src: url('../fonts/getvoip/GetVoIPGrotesque-Italic.woff2') format('woff2'),
         url('../fonts/getvoip/GetVoIPGrotesque-Italic.woff') format('woff'),
         url('../fonts/getvoip/GetVoIPGrotesque-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} 