/* Google Fonts local definitions - TEMPORARILY DISABLED DUE TO FONT LOADING ISSUES */

/* Alegreya Sans - DISABLED: corrupted font files, fallback to system fonts */
/*
@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/google-fonts/alegreya-sans/alegreya-sans-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/google-fonts/alegreya-sans/alegreya-sans-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/google-fonts/alegreya-sans/alegreya-sans-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/google-fonts/alegreya-sans/alegreya-sans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/google-fonts/alegreya-sans/alegreya-sans-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
*/


/* Roboto - DISABLED: corrupted font files, fallback to system fonts */
/*
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/google-fonts/roboto/roboto-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/google-fonts/roboto/roboto-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/google-fonts/roboto/roboto-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/google-fonts/roboto/roboto-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/