/* 
 * LeftTheme
 * Additional User CSS Settings
 * Will not be overwritten in case of Theme Update
 * 
*/ 
@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&display=swap');

@font-face { font-family:'Mea Culpa'; font-style: normal; font-weight: 500; 
             src: url('include/MeaCulpa-Regular.ttf'); }  
.specialfont { font-family:'Mea Culpa'; }
.topborder { border-top: 1px dotted rgb(213, 126, 28); padding-top: 10px }


@media screen and ( max-width: 781px ) {
  
}
@media screen and ( max-width: 500px ) {
  
}