@font-face {
    font-family: 'OPSAndEverUltra';
    src: url('/wp-content/themes/Baetriks/assets/fonts/OPSAndEverUltra-Regular.otf') format('opentype');
}

* {
    font-family: 'OPSAndEverUltra', sans-serif;
}

.the_content { line-height: 1.4; }
.the_content p { margin-bottom: 1.2em; }
.the_content ul { margin-bottom: 1.2em; padding-left: 20px; }
.the_content ul li { margin-bottom: 0.4em; }
.the_content blockquote { margin-bottom: 1.2em; background: #f8f9fa; padding: 20px; }
.the_content blockquote cite { color: #a9a9a9; }
.the_content figure { margin-bottom: 1.2em; }
.the_content figure figcaption { margin-bottom: 0; }
.the_content .wp-block-button { margin-bottom: 1.2em; }
.the_content .wp-block-button .wp-block-button__link { border-radius: 3px; font-size: inherit; }
.the_content img { filter: grayscale(100%); }

.embed iframe { max-width: 100% !important; aspect-ratio: var(16/9); }

.show-temp { display: none; }
/*.show-temp {*/
/*    -webkit-animation: hideElement 0s ease 1s forwards;*/
/*    -moz-animation: hideElement 0s ease 1s forwards;*/
/*    -o-animation: hideElement 0s ease 1s forwards;*/
/*    animation: hideElement 0s ease 1s forwards;*/
/*}*/

/*@-webkit-keyframes hideElement {*/
/*    to {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@-moz-keyframes hideElement {*/
/*    to {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@-o-keyframes hideElement {*/
/*    to {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@keyframes hideElement {*/
/*    to {*/
/*        display: none;*/
/*    }*/
/*}*/