/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 

:root {
    --grace-sans-serif-font: "century-gothic", sans-serif;
    --grace-serif-font: "gelo", serif;
}

body, 
.site-content,
p, 
li, 
a,
input,
button,
textarea,
select {
    font-family: var(--grace-sans-serif-font) !important;
}

h1, h2, h3, h4, h5, h6, 
.site-title {
    font-family: var(--grace-serif-font) !important;
    font-weight: 700 !important;
}

address,
blockquote,
pre,
code,
table,
th,
td {
    font-family: var(--grace-sans-serif-font) !important;
}

.gspb_text a:not([class]) {
    font-weight: 700;
    
    &:hover{
        text-decoration: underline;
    }
}
 
nav#footer-menu{
    width: 100%;
}
 
#menu-footer-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
}