/* Albra Sans Trial font */
@font-face {
    font-family: 'Albra Trial';
    src: url('../font/Albra/AlbraTRIAL-Light-Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }

  /* Medium */
    @font-face {
        font-family: 'Albra Trial';
        src: url('../font/Albra/AlbraTRIAL-Medium-Italic.otf') format('opentype');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
