/* Custom Fonts */

/* Wavehaus Font Family */
@font-face {
    font-family: 'Wavehaus';
    src: url('../fonts/wavehaus-28-light.woff2') format('woff2'),
         url('../fonts/wavehaus-28-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Wavehaus';
    src: url('../fonts/wavehaus-42-regular.woff2') format('woff2'),
         url('../fonts/wavehaus-42-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Wavehaus';
    src: url('../fonts/wavehaus-66-medium.woff2') format('woff2'),
         url('../fonts/wavehaus-66-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Wavehaus';
    src: url('../fonts/wavehaus-95-semibold.woff2') format('woff2'),
         url('../fonts/wavehaus-95-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Wavehaus';
    src: url('../fonts/wavehaus-128-bold.woff2') format('woff2'),
         url('../fonts/wavehaus-128-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Azonix Font */
@font-face {
    font-family: 'Azonix';
    src: url('../fonts/azonix.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Note: You'll need to add the actual font files to the /public/fonts directory */