/* Bangers - Comic style font */
@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/bangers-v20-latin-regular.woff2') format('woff2'),
         url('/fonts/bangers-v20-latin-regular.woff') format('woff');
}

/* Fredoka One - Bold sans-serif */
@font-face {
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/fredoka-one-v13-latin-regular.woff2') format('woff2'),
         url('/fonts/fredoka-one-v13-latin-regular.woff') format('woff');
}

/* Righteous - Bold sans-serif */
@font-face {
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/righteous-v22-latin-regular.woff2') format('woff2'),
         url('/fonts/righteous-v22-latin-regular.woff') format('woff');
}

/* Bebas Neue - Bold sans-serif */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/bebas-neue-v13-latin-regular.woff2') format('woff2'),
         url('/fonts/bebas-neue-v13-latin-regular.woff') format('woff');
}

/* Poppins - Multiple weights */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/poppins-v21-latin-300.woff2') format('woff2'),
         url('/fonts/poppins-v21-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/poppins-v21-latin-regular.woff2') format('woff2'),
         url('/fonts/poppins-v21-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/poppins-v21-latin-600.woff2') format('woff2'),
         url('/fonts/poppins-v21-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/poppins-v21-latin-700.woff2') format('woff2'),
         url('/fonts/poppins-v21-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/poppins-v21-latin-900.woff2') format('woff2'),
         url('/fonts/poppins-v21-latin-900.woff') format('woff');
}

/* Instrument Sans - Multiple weights */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/instrument-sans-v16-latin-regular.woff2') format('woff2'),
         url('/fonts/instrument-sans-v16-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/instrument-sans-v16-latin-500.woff2') format('woff2'),
         url('/fonts/instrument-sans-v16-latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/instrument-sans-v16-latin-600.woff2') format('woff2'),
         url('/fonts/instrument-sans-v16-latin-600.woff') format('woff');
}
