@font-face {
    font-family: 'BookItalic';
    src: url('../fonts/AllrounderAntiquaTest-BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Antiquabold';
    src: url('../fonts/AllrounderAntiquaTest-Bold.otf') format('opentype');
    
}

@font-face {
    font-family: 'Antiquamedium';
    src: url('../fonts/AllrounderAntiquaTest-Medium.otf') format('opentype');
    
}

@font-face {
    font-family: 'AntiquaBook';
    src: url('../fonts/AllrounderAntiquaTest-Book.otf') format('opentype');
    
}

@font-face {
    font-family: 'Antiquaregular';
    src: url('../fonts/AllrounderAntiquaTest-Regular.otf') format('opentype');
    
}


.titulootf{
       font-family: 'Antiquamedium', sans-serif !important; /* Usa sans-serif como respaldo */
}

.btn_font{
    font-family: 'Antiquabold', serif !important;
    font-weight: bold;
}


.parrafo_font{
    font-family: 'AntiquaBook', serif !important;
  
}

.texto_regular{
    font-family: 'Antiquaregular', serif !important;
}
