/* Estilos/base/fonts.css */

/* --- Definición de la Familia de Fuentes "Pangram" --- */

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-Regular.otf') format('opentype');
    font-weight: 400; /* Normal */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-ExtraLight.otf') format('opentype');
    font-weight: 200; /* Extra-Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-ExtraBold.otf') format('opentype');
    font-weight: 800; /* Extra-Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('../../Recursos/fonts/Pangram-Black.otf') format('opentype');
    font-weight: 900; /* Black */
    font-style: normal;
    font-display: swap;
}