/*
 Theme Name:   Centro de Estudos Galegos
 Theme URI:    
 Description:  
 Author:       Juan Manuel Escribano Loza
 Author URI:   
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");

@font-face {
    font-family: "XuntaSans";
    src: url("fonts/woff/XuntaSans-Regular.woff") format('woff');
}

@font-face {
    font-family: "XuntaSans";
    src: url("fonts/woff/XuntaSans-Bold.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "XuntaSans";
    src: url("fonts/woff/XuntaSans-BoldItalic.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "XuntaSans";
    src: url("fonts/woff/XuntaSans-Italic.woff") format('woff');
    font-style: italic;
}

/*
 Página de inicio
*/
:is(.post-9, .post-34) h1.entry-title {
    display: none;
}

/*
Encabezados
*/
h1, h2, h3, h4, h5, h6 {
    color: #007bc4 !important;
    font-family: XuntaSans, Arial, Helvetica, Geneva, sans-serif !important;
    font-weight: bold !important;
}

/*
Tipografía
*/
:not(h1, h2, h3, h4, h5, h6) {
    font-family: Arial, Helvetica, Geneva, sans-serif !important;
}

/*
Enlaces
*/

a {
    color: #007bc4;
}

/*
Pie de página
*/

.footer-nav-widgets-wrapper.header-footer-group,
#site-footer.header-footer-group {
    background-color: #007bc4 !important;
    color: #fff !important;
}

.footer-nav-widgets-wrapper.header-footer-group h3,
#site-footer.header-footer-group h3,
.footer-nav-widgets-wrapper.header-footer-group a,
#site-footer.header-footer-group a,
#site-footer.header-footer-group .footer-copyright {
    color: #d9ebf6 !important;
}
