html {
    background-color: lightblue;
    color: #000;
    font-family: 'BBBJURAge' ;
}
    font-feature-settings: "liga" 1;

  @font-face {
    font-family: 'BBBJURAge';
    src: url("./BBB-JURAge/BBB-JURAge.woff2") format(.woff2)
    local("BBBJURAge")
  }

  html {
    font-family: 'BBBJURAge' ;
  }

