@font-face {
    font-family: 'CMUBrightBold';
        src: url('CMUBrightBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'CMUBrightBoldOblique';
        src: url('CMUBrightBoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
      }

@font-face {
    font-family: 'CMUBrightOblique';
        src: url('CMUBrightOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
      }

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

@font-face {
    font-family: 'CMUBrightSemiBold';
        src: url('CMUBrightSemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'CMUBrightSemiBoldOblique';
        src: url('CMUBrightSemiBoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
      }