@font-face {
    font-family: 'Roboto Condensed Light';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Condensed Light'), local('Roboto-Condensed-Light'),
    url(../graphbase/fonts/RobotoCondensed-LightItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Condensed'), local('Roboto Condensed Italic'), local('Roboto-Condensed-Italic'),
    url(../graphbase/fonts/RobotoCondensed-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto Regular'), local('Roboto-Regular'), 
    url(../graphbase/fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'aGexpr-PN';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('aGexpr-PN'), 
    url(../graphbase/fonts/aGexpr-PN.otf) format('opentype');
}
@font-face {
    font-family: 'aGexpr-PNBold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('aGexpr-PNBold'), 
    url(../graphbase/fonts/aGexpr-PNBold.otf) format('opentype');
}