/**
 * Alba Font - CSS @font-face declarations
 * Use this instead of next/font/local for better compatibility
 */

@font-face {
  font-family: 'Alba';
  src: url('/fonts/alba/ALBA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alba';
  src: url('/fonts/alba/ALBAM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alba';
  src: url('/fonts/alba/ALBAS.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
