@font-face {
    font-family: 'Antipoda';
    src: local('Antipoda Variable'), url('https://static-fr.roboticket.com//NewLayout/KVM/Fonts/Antipoda+Variable.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
    @font-face {
    font-family: 'Benida';
    src: local('Benida Regular'), url('https://static-fr.roboticket.com/NewLayout/KVM/Fonts/Benida-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }


 :root{
--font-first: "Antipoda", sans-serif;
--font-second: "Benida", "Arial", sans-serif;
}
html{
  font-family: var(--font-first);
}