/* Definición de la fuente Quentinpro */
@font-face {
    font-family: 'Quentinpro';
    src: url('quentinpro-webfont.woff') format('woff'),
         url('QuentinPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Definición de la fuente AllRoundGothic Medium */
@font-face {
    font-family: 'AllRoundGothic';
    src: url('AllRoundGothic-Medium.otf') format('opentype'),
         url('AllRoundGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Fallback para cuando la fuente no esté disponible */
.quentinpro-font {
    font-family: 'Quentinpro', 'Georgia', 'Times New Roman', serif;
}
