/* :root{
  --backgroundColor: #505050;
} */

/* body {
  padding: 0;
  margin: 0;
} */

/* .svg {
  padding: 0px;
  margin: 0px;
  border: none;
  background: blue;
  box-shadow: inset 0 0 0 1px lightseagreen;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */

/* @font-face {
  font-family: ‘League Spartan Variable’;
  src: url('LeagueSpartanVariable.woff2') format('woff2-variations');
  font-weight: 200 900;
  } */
   
@font-face { 
  font-family: "LeagueSpartanVariable";
  src: url('fonts/LeagueSpartanVariable.woff2') format('woff2-variations');
  font-weight: 200 900;
}

@font-face { 
  font-family: "manrope";
  src: url('fonts/manrope/LeagueSpartanVariable.woff2') format('woff2-variations');
  font-weight: 200 900;
} 

/* @font-face { 
  font-family: "RootUI";
  src: url('fonts/root_ui/PT-Root-UI_VF.woff2') format('woff2-variations');
  font-weight: 200 900;
  }  */

  @font-face { 
    font-family: 'PTRootUIWebVF';
    src:
      url('fonts/root_ui/PT-Root-UI_VF.woff2') format('woff2'),
      url('fonts/root_ui/PT-Root-UI_VF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }