/* Custom Fonts - loaded separately to avoid path issues with Tailwind compilation */

@font-face {
    font-family: 'Exo';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/exo-2-v10-latin-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/exo-2-v10-latin-700.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/rubik-v14-latin-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/rubik-v21-latin-500.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/rubik-v14-latin-700.woff2') format('woff2');
    font-display: swap;
}

/* Font Awesome 6 Sharp - Solid */
@font-face {
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
    font-display: swap;
}
