/*
 Theme Name:   sbonzix
 Theme URI:    http://stefanobonzi.it/wp-content/themes/sbonzix/
 Description:  Twenty Twenty One Child Theme
 Author:       Stefano Bonzi
 Author URI:   http://stefanobonzi.it
 Template:     twentytwentyone
 Version:      1.0.0
 Text Domain:  twentytwentyonechild
*/
/*body{background: #a9b7c6;}*/
@font-face {
    font-family: 'sbonzixregular';
    src: url('sbonzix_ot-webfont.eot');
    src: url('sbonzix_ot-webfont.eot?#iefix') format('embedded-opentype'),
        url('sbonzix_ot-webfont.woff2') format('woff2'),
        url('sbonzix_ot-webfont.woff') format('woff'),
        url('sbonzix_ot-webfont.ttf') format('truetype'),
        url('sbonzix_ot-webfont.svg#sbonzixregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {

    /* Font Family */
    --global--font-primary: var(--font-headings, sbonzixregular, sans-serif);
    --global--font-secondary: var(--font-base, sbonzixregular, sans-serif);
}

strong {
    background-color: rgba(256, 256, 128, .25);
    font-weight: normal;
    font-style: normal;
}

em {
    background-color: rgba(0, 225, 255, .25);
    font-weight: normal;
    font-style: normal;
}

a, a.more-link {
    color: #230085 !important;
}

.site-description {
    margin-top: -2.5em;
    text-align: right;
}

ins {
    text-decoration: none;
    color: #5d0000;
}