html {
    background-color: lightblue;
    color: #000;

    font-feature-settings: "liga" 1;

  /* Webfont: BBB JURAge-Regular */
    @font-face {
    font-family: 'BBBJURAge';
    src: url('BBB-JURAge.eot'); /* IE9 Compat Modes */
    src: url('BBB-JURAge.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BBB-JURAge.woff') format('woff'), /* Modern Browsers */
         url('BBB-JURAge.woff2') format('woff2'), /* Modern Browsers */
         url('BBB-JURAge.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
            font-weight: normal;
    text-rendering: optimizeLegibility;

    @font-face {
    font-family: 'BBBJURAge';
    src: url("BBB-JURAge")
  }


