.sh {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, verdana, sans-serif;
}

.sh-base {
    --color: #AC230C; 
    --background-color:#fff; 
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, verdana, sans-serif;
}

.sh-inverso {
    background-color: #AA120C; 
    color:#fff; 
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, verdana, sans-serif;
}

.sh-font {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, verdana, sans-serif;
}

.sh-gold {
    color: goldenrod;
    padding: 0;
    margin: 0;
}