@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

/* Expediente Educativo — CSS generado automáticamente. No editar manualmente. */

:root {
    --expedu-color-principal: #00502e;
    --expedu-color-secundario: #500022;
    --expedu-fuente-h1: 'Roboto', sans-serif;
    --expedu-tamano-h1: 2rem;
    --expedu-color-h1: #000000;
    --expedu-fuente-h2: 'Roboto', sans-serif;
    --expedu-tamano-h2: 1.75rem;
    --expedu-color-h2: #000000;
    --expedu-fuente-h3: 'Roboto', sans-serif;
    --expedu-tamano-h3: 1.5rem;
    --expedu-color-h3: #000000;
    --expedu-fuente-h4: 'Roboto', sans-serif;
    --expedu-tamano-h4: 1.25rem;
    --expedu-color-h4: #000000;
    --expedu-fuente-texto: 'Roboto', sans-serif;
    --expedu-tamano-texto: 1rem;
    --expedu-color-texto: #000000;
}

h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 2rem !important;
    color: #000000 !important;
}

h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.75rem !important;
    color: #000000 !important;
}

h3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.5rem !important;
    color: #000000 !important;
}

h4 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.25rem !important;
    color: #000000 !important;
}

p, body, li, td, span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1rem !important;
    color: #000000 !important;
}

.expedu-color-principal  { color: #00502e  !important; }
.expedu-color-secundario { color: #500022 !important; }
.expedu-bg-principal     { background-color: #00502e  !important; }
.expedu-bg-secundario    { background-color: #500022 !important; }
