@font-face {
    font-family: 'Altice';
    src: url('../fonts/Altice Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Altice';
    src: url('../fonts/Altice Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Altice';
    src: url('../fonts/Altice Bold 3.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }