
@font-face {
    font-family: 'Typewriter';
    src: url('../fonts/typewriter/typewriter.eot'); /* IE9 Compat Modes */
    src: url('../fonts/typewriter/typewriter.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/typewriter/typewriter.woff') format('woff'), /* Modern Browsers */
         url('../fonts/typewriter/typewriter.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/typewriter/typewriter.svg#svgFontName') format('svg'); /* Legacy iOS */
}

h1, h2,
#sp-header .logo a {
    font-family: 'Typewriter','Courier New', Courier, monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}


/* Template posities -------------------------------------------- */
#sp-main-body {padding: 3rem 0;}



/* Geen social share icons */
.article-ratings-social-share {display: none !important;}


/* Cards / Masonry ---------------------------------------------- */
.card {overflow: hidden;}

/* Alleen afeelding, geen titel of lees meer... */
.card .card-body {display: none;}

/* Frontend editing --------------------------------------------- */
.site-beheer .article-ratings-social-share {display: none !important;}





/* Frontend editing menu */
.menu-parent,
.nav-hader {font-weight: 700;}
.menu-child {font-weight: 400;}
#sp-right .sp-module ul.menu-child {padding-left: 1rem;}