/*
Theme Name:   Tema de VISA
Description:  Tema Hijo de 2024
Author:       SoyAutor
Template:     twentytwentyfour
Version:      1.0
*/

/* Aquí puedes agregar tus estilos personalizados */


:root {
    --wp--preset--font-family--heading: 'Public Sans', sans-serif;
    --wp--preset--color--contrast: #000000; /* O el color que prefieras */
}
body {
    line-height: 1.15;
}
 
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Public Sans', sans-serif !important;
    /*color: #333333; /* El color que desees */
    font-weight: bold;
}

body h3 {
    font-size: 1.17em;
}


.wp-block-template-part {
    margin:unset;
}

#caseStatusResult {
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    border-radius: 1%;
    padding: 20px;
}

#backButton {
    margin: 1rem;
}
