/* Start Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@700&family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700&display=swap');
body {
font-family: 'Jura', sans-serif;
  font-weight: 700;
  
  background-color:#313339;
}
/* End Custom CSS */