@font-face {
    font-family: 'Ubuntu';
    src: url('../../theme/webfonts/ubuntu-v12-latin/ubuntu-v12-latin-regular.woff2') format('woff2');
    src: url('../../theme/webfonts/ubuntu-v12-latin/ubuntu-v12-latin-regular.woff') format('woff');
    src: url('../../theme/webfonts/ubuntu-v12-latin/ubuntu-v12-latin-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
