/* ==========================================
   FONTS.CSS - CONSOLIDADO Y CORREGIDO
   ========================================== */

/* Importar Google Fonts con fallback */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* Fuentes personalizadas del proyecto (movidas desde otros CSS) */
@font-face {
    font-family: 'CustomTitle';
    src: url('../fonts/FS_Joey-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CustomLight';  
    src: url('../fonts/FS_Joey-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CustomFooter';
    src: url('../fonts/aptos-light.ttf') format('truetype'),
         url('../fonts/APTOS-DISPLAY.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}