/* supplement.css — restoration fixes (BeTheme / Monar Wyszków) */

/* Safety: never let a hidden preloader/overlay block the page if theme JS lags */
#Wrapper, body { opacity: 1 !important; visibility: visible !important; }

/* Missing decorative theme skin images (stripes/box-shadow/timeline) are CSS
   backgrounds absent from the archive — collapse them so nothing renders as a
   broken tile rather than a background. */
.mfn-preloader, #preloader { display: none !important; }

/* mfn-icons font (hamburger, search, close, gallery icons) — files live in
   /wp-content/themes/betheme/fonts/; woff2 added for modern browsers. */
@font-face {
  font-family: 'mfn-icons';
  src: url('/wp-content/themes/betheme/fonts/mfn-icons.woff2') format('woff2'),
       url('/wp-content/themes/betheme/fonts/mfn-icons.woff') format('woff'),
       url('/wp-content/themes/betheme/fonts/mfn-icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
