@font-face {
    font-family: 'OpenSans';
    src: url('./OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('./OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
*/

/* Debug: force it everywhere in the app to validate glyph coverage */
body {
    font-family: OpenSans, Arial, sans-serif;
}

/* @font-face {
    font-family: 'AppGreek';
    src: url('/fonts/Arial-Greek-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AppGreek';
    src: url('/fonts/Arial-Greek-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
} */
