@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Regular.woff2') format('woff2'),
        url('RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Bold.woff2') format('woff2'),
        url('RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-Light.woff2') format('woff2'),
        url('RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
  font-family: 'CrimsonText-Regular';
  src: url('CrimsonText-Regular.eot');
  src: url('CrimsonText-Regular.woff2') format('woff2'),
       url('CrimsonText-Regular.woff') format('woff'),
       url('CrimsonText-Regular.ttf') format('truetype'),
       url('CrimsonText-Regular.svg#CrimsonText-Regular') format('svg'),
       url('CrimsonText-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}