@font-face {
    font-family: 'ScaleVF';
    src: local('ScaleVF-Regular'), url('https://static-fr.roboticket.com/NewLayout/Legia/Fonts/ScaleVF-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

  }
    @font-face {
    font-family: 'ScaleVF';
    src: local('ScaleVF-Light'), url('https://static-fr.roboticket.com/NewLayout/Legia/Fonts/ScaleVF-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'ScaleVF';
    src: local('ScaleVF-Medium'), url('https://static-fr.roboticket.com/NewLayout/Legia/Fonts/ScaleVF-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;

  }
:root {
	--font-first: "ScaleVF", sans-serif;
	--font-second: "ScaleVF", sans-serif;
}

html {
	font-family: var(--font-first);
	font-kerning: normal;
	font-optical-sizing: auto;
}
