@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700;900&display=swap');

html,body,h1,h2,h3,h4,p,li,td {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

blockquote {
    font-family: 'Times New Roman', Palatino;
    font-size: 22px;
    line-height: 1.2;
    font-style: italic;
}

figure figcaption { display: none; }

.personabar-visible .backgroundonedit { 
    background-image: linear-gradient(45deg, #ebd8bf 25%, #f5eec9 25%, #f5eec9 50%, #ebd8bf 50%, #ebd8bf 75%, #f5eec9 75%, #f5eec9 100%);
background-size: 56.57px 56.57px;
 }


table { margin-bottom: 15px; }
table td p, table td h2, table td h3 { margin-bottom: 0; }
table th p, table th h2, table th h3 { margin-bottom: 0; }
ul li p { margin-bottom: 0; }

.fancybox__container {
    z-index: 9999 !important;
}








