/* Centro CAD Online - fuentes locales
   Sustituye exclusivamente la carga remota de Google Fonts.
   Los archivos de fuente deben existir en wwwroot/fonts/google/. */

/* Rubik: equivalentes locales de 400, 500 y 700 */
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/google/rubik/Rubik-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/google/rubik/Rubik-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/google/rubik/Rubik-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Poppins: equivalentes locales de 300, 400, 500, 600 y 700 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/google/poppins/Poppins-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/google/poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/google/poppins/Poppins-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/google/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/google/poppins/Poppins-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Roboto: equivalentes locales de 400, 500, 700 y 900 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/google/roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/google/roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/google/roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/google/roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
