/* Lufga Regular 400 */
@font-face {
  font-family: 'Lufga';
  src: url('../font/LufgaRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lufga Medium 500 */
@font-face {
  font-family: 'Lufga';
  src: url('../font/LufgaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Lufga SemiBold 600 */
@font-face {
  font-family: 'Lufga';
  src: url('../font/LufgaSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Lufga Bold 700 */
@font-face {
  font-family: 'Lufga';
  src: url('../font/LufgaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body { font-family: 'Lufga', sans-serif; }
