/**
 * Font: lantx
 * File: LANTX-Regular.otf
 *
 * Notes:
 * - If you have multiple weights/styles, you should create one @font-face per file.
 */

@font-face {
  font-family: 'lantx';
  src: url('../fonts/LANTX-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}